I have a script to download video from youtube but i want to add ss just after the www. to it will be converted into www.ssyoutube.com
#!/bin/bash
dialog --inputbox "Enter Video's Link..." 10 30 2>/tmp/video.txt
video=`cat /tmp/video.txt`
edit=ss
echo $video
sleep 5;
wget $video