Thursday, 16 June 2011

how to grab youtube videos without downloading


ubuntu user's can grab any desired videos in youtube without using any portable media downloader on the net such as youtube downloader,in fact they can just copy all the flash videos on all the websites including veoh,dailymotion,e.t.c.the trick work out on all the browser definitely firefox,google chrome,chromium and yet opera!


open your firefox/g.chrome...and find your desired videos on youtube.
wait until the video load and finish.

open terminal and execute command 'lsof | grep deleted' and press enter.wait for the whole process to finish for a few sec.

next part is to searching the flash line.
for chrome user,the line would be something like this 

'chrome    3649 username   23u      REG        8,1 12259232     926878 /tmp/FlashXXsgnmdu (deleted)'

for firefox it's still the same things

'plugin-co  3649 username   23u      REG        8,1 12259232     926878 /tmp/FlashXXsgnmdu (deleted)'

then execute a command  'cp /proc/3649/fd/23 ~/Videos/FlashXXsgnmdu'
(by referring to the flash line before),hit enter.
voila!you can find your video at-home/username/videos/your video 's name

No comments:

Post a Comment