Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error With Every Youtube Download today #2441

Closed
sirinath opened this issue Feb 23, 2014 · 4 comments
Closed

Error With Every Youtube Download today #2441

sirinath opened this issue Feb 23, 2014 · 4 comments

Comments

@sirinath
Copy link

@sirinath sirinath commented 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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented 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 jaimeMF closed this Feb 23, 2014
@sirinath
Copy link
Author

@sirinath sirinath commented 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

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 23, 2014

What does youtube-dl -U output?

@sirinath
Copy link
Author

@sirinath sirinath commented Feb 23, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.