Error With Every Youtube Download today #1946

Closed
opened 2026-02-20 22:19:39 -05:00 by deekerman · 4 comments
Owner

Originally created by @sirinath on GitHub (Feb 23, 2014).

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.

Originally created by @sirinath on GitHub (Feb 23, 2014). 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.
Author
Owner

@jaimeMF commented on GitHub (Feb 23, 2014):

2014.02.10 is not the last version, the issue was fixed and is available starting with version 2014.02.21 (see #2423).

@jaimeMF commented on GitHub (Feb 23, 2014): `2014.02.10` is not the last version, the issue was fixed and is available starting with version `2014.02.21` (see #2423).
Author
Owner

@sirinath commented on GitHub (Feb 23, 2014):

The 1st command in the CMD file is this. I don't know why it is not getting updated.

:loop0
youtube-dl -U
echo ERRORLEVEL is %ERRORLEVEL%
if %ERRORLEVEL% neq 0 goto loop0

youtube-dl --version

:loop1
REM youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s%%(playlist)s%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA
echo ERRORLEVEL is %ERRORLEVEL%
if %ERRORLEVEL% neq 0 goto loop1

:loop2
REM youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s%%(playlist)s%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PLlwuBpNY38y8n9N6_dgO6LJtKRenht1lU
echo ERRORLEVEL is %ERRORLEVEL%
if %ERRORLEVEL% neq 0 goto loop2

:loop3
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?list=UUQJ6ESCWQotBwtJm0Ff_gyQ
echo ERRORLEVEL is %ERRORLEVEL%
if %ERRORLEVEL% neq 0 goto loop3

@sirinath commented on GitHub (Feb 23, 2014): The 1st command in the CMD file is this. I don't know why it is not getting updated. :loop0 youtube-dl -U echo ERRORLEVEL is %ERRORLEVEL% if %ERRORLEVEL% neq 0 goto loop0 youtube-dl --version :loop1 REM youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s\%%(playlist)s\%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA echo ERRORLEVEL is %ERRORLEVEL% if %ERRORLEVEL% neq 0 goto loop1 :loop2 REM youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s\%%(playlist)s\%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PLlwuBpNY38y8n9N6_dgO6LJtKRenht1lU echo ERRORLEVEL is %ERRORLEVEL% if %ERRORLEVEL% neq 0 goto loop2 :loop3 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?list=UUQJ6ESCWQotBwtJm0Ff_gyQ echo ERRORLEVEL is %ERRORLEVEL% if %ERRORLEVEL% neq 0 goto loop3
Author
Owner

@jaimeMF commented on GitHub (Feb 23, 2014):

What does youtube-dl -U output?

@jaimeMF commented on GitHub (Feb 23, 2014): What does `youtube-dl -U` output?
Author
Owner

@sirinath commented on GitHub (Feb 23, 2014):

C:\Downloads>youtube-dl -U
Updating to version 2014.02.22.1 ...
Waiting for file handle to be closed ...

@sirinath commented on GitHub (Feb 23, 2014): C:\Downloads>youtube-dl -U Updating to version 2014.02.22.1 ... Waiting for file handle to be closed ...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#1946
No description provided.