jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 473 forks source link

In the latest version ... #8

Closed rsa408 closed 11 years ago

rsa408 commented 11 years ago

hi in the latest version which downloaded and locally tried it this problem appears to me:

Youtube Downloader Results

Notice: Undefined variable: thumbnail_url in C:\xampp\htdocs\YouTube-Downloader-master\getvideo.php on line 92

Notice: Undefined variable: title in C:\xampp\htdocs\YouTube-Downloader-master\getvideo.php on line 93

No encoded format stream found.

Here is what we got from YouTube:

Notice: Undefined variable: my_formats_array in C:\xampp\htdocs\YouTube-Downloader-master\getvideo.php on line 108

No format stream map found - was the video id correct?

jeckman commented 11 years ago

What is the video ID you are trying to use? These errors all come from the fact that getvideo.php did not get an "format stream map" back from YouTube - in fact, it looks like it didn't get anything back from YouTube.

Do you have curl installed and can it access the web?

rsa408 commented 11 years ago

hi i tried several urls but did not worked i changed my internet its working now. thanks

jeckman commented 11 years ago

ok