LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Downloading youtube and google video vids (https://www.linuxquestions.org/questions/linux-software-2/downloading-youtube-and-google-video-vids-642795/)

pAn1k 05-16-2008 10:03 PM

Downloading youtube and google video vids
 
I wanted to download videos off of youtube and google video to my comp, what is the best wa to do this. BTW, I am running debian and installed youtube-dl but I can't seem to get it to work. This is the error I keep getting. Thanks.


pAn1k-b0X:/home/pan1k# youtube-dl -o ~/seoi1.flv http://youtube.com/watch?v=LJSq9fF5Yuo
Retrieving video webpage... done.
Extracting video URL parameters... failed.
Error: unable to extract URL parameters.
Try again several times. It may be a temporal problem.
Other typical problems:

Video no longer exists.
Video requires age confirmation but you did not provide an account.
You provided the account data, but it is not valid.
The connection was cut suddenly for some reason.
YouTube changed their system, and the program no longer works.

Try to confirm you are able to view the video using a web browser.
Use the same video URL and account information, if needed, with this program.
When using a proxy, make sure http_proxy has http://host:port format.
Try again several times and contact me if the problem persists.

asymptote 05-16-2008 10:11 PM

I'm not sure why it isn't working because I didn't have any problems:
Code:

311@311-laptop:~$ youtube-dl -o ~/seoi1.flv http://youtube.com/watch?v=LJSq9fF5Yuo
Retrieving video webpage... done.
Extracting URL "t" parameter... done.
Video data found at http://chi-v195.chi.youtube.com/get_video?video_id=LJSq9fF5Yuo&signature=5BB29A8DDE207D288609B7CC6760CF74B4B570F6.29BD79A1BC68DD36B55C86F4DD0A482BF40F18C0&ip=136.204.224.102&ipbits=16&expire=1211015328&key=yt1&sver=2
Retrieving video data: 100.0% (  8.93M of 8.93M) at  153.62k/s ETA 00:00 done.
Video data saved to seoi1.flv

You may want to try just running youtube-dl from the directory where you want it stored.

pAn1k 05-16-2008 10:33 PM

Yea, i did that '~/' points it to the home directory. No matter. I just found a program called catch and convert that is freakin' sweet. Thanks for the reply.

asymptote 05-16-2008 10:39 PM

I know it points to the home directory. Last I checked it was YOU asking for help, not me.


All times are GMT -5. The time now is 02:05 AM.