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

NameError: global name 'player_url' is not defined on youtube-dl 2014.12.10.1 #4424

Closed
prestonconnors opened this issue Dec 10, 2014 · 2 comments
Closed

Comments

@prestonconnors
Copy link

@prestonconnors prestonconnors commented Dec 10, 2014

youtube-dl -vvv "https://www.youtube.com/watch?v=BkpuLMsDn48"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vvv', 'https://www.youtube.com/watch?v=BkpuLMsDn48']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.10.1
[debug] Python version 2.7.3 - Linux-3.2.0-72-generic-x86_64-with-LinuxMint-13-maya
[debug] exe versions: avconv 0.8.16-4, avprobe 0.8.16-4, ffmpeg 0.8.16-4, ffprobe 0.8.16-4, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] BkpuLMsDn48: Downloading webpage
[youtube] BkpuLMsDn48: Extracting video information
[youtube] {22} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {43} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {18} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {5} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {36} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {17} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {137} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {248} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {136} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {247} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {135} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {244} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {134} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {243} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {133} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {242} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {160} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {140} signature length 46.34.3, html5 player en_US-vflIlILAX
[youtube] {171} signature length 46.34.3, html5 player en_US-vflIlILAX
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/main.py", line 19, in
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 355, in main

File "/usr/bin/youtube-dl/youtube_dl/init.py", line 345, in _real_main

File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1133, in download
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 554, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 242, in extract
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1008, in _real_extract
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 690, in _parse_dash_manifest
File "/usr/lib/python2.7/re.py", line 151, in sub
return _compile(pattern, flags).sub(repl, string, count)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 688, in decrypt_sig
NameError: global name 'player_url' is not defined

@phihag phihag closed this in da27660 Dec 10, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Dec 10, 2014

Thank you for the report. I apologize for the problem. Update to youtube-dl 2014.12.10.2 or newer to fix it.

@prestonconnors
Copy link
Author

@prestonconnors prestonconnors commented Dec 10, 2014

Worked, thanks!

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.