Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Error With Every Youtube Download today #2441
Comments
|
|
|
The 1st command in the CMD file is this. I don't know why it is not getting updated. :loop0 youtube-dl --version :loop1 :loop2 :loop3 |
|
What does |
|
C:\Downloads>youtube-dl -U |
Following error with every attempt to download from Youtube (ran with option -U to update):
C:\Downloads>youtube-dl -i -w -c -r 100k -f mp4 -v -o "%(uploader)s%(playlist)s
%(playlist_index)s-%(title)s-%(id)s.%(ext)s" http://www.youtube.com/playlist?li
st=UUQJ6ESCWQotBwtJm0Ff_gyQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-i', '-w', '-c', '-r', '100k', '-f', 'mp4', '-v', '
-o', '%(uploader)s%(playlist)s%(playlist_index)s-%(title)s-%(id)s.%(ext)s',
'http://www.youtube.com/playlist?list=UUQJ6ESCWQotBwtJm0Ff_gyQ']
[debug] Encodings: locale 'cp1252', fs 'mbcs', out 'cp850', pref: 'cp1252'
[debug] youtube-dl version 2014.02.10
[debug] Python version 2.7.5 - Windows-8-6.2.9200
[debug] Proxy map: {}
[youtube:playlist] UUQJ6ESCWQotBwtJm0Ff_gyQ: Downloading page #1
WARNING: [youtube:playlist] UUQJ6ESCWQotBwtJm0Ff_gyQ: Playlist page is missing O
penGraph title, falling back ...
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bu
g . Be sure to call youtube-dl with the --verbose flag and include its complete
output. Make sure you are using the latest version; type youtube-dl -U to upda
te.
Traceback (most recent call last):
File "youtube_dl\extractor\youtube.pyo", line 1511, in _real_extract
File "youtube_dl\extractor\common.pyo", line 428, in _og_search_title
File "youtube_dl\extractor\common.pyo", line 416, in _og_search_property
File "youtube_dl\extractor\common.pyo", line 356, in _search_regex
RegexNotFoundError: Unable to extract OpenGraph title; please report this issue
on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag an
d include its complete output. Make sure you are using the latest version; type
youtube-dl -U to update.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 493, in extract_info
File "youtube_dl\extractor\common.pyo", line 158, in extract
File "youtube_dl\extractor\youtube.pyo", line 1517, in _real_extract
File "youtube_dl\extractor\common.pyo", line 366, in _html_search_regex
File "youtube_dl\extractor\common.pyo", line 356, in _search_regex
RegexNotFoundError: Unable to extract title; please report this issue on https:/
/yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include
its complete output. Make sure you are using the latest version; type youtube-d
l -U to update.