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.
NameError: global name 'player_url' is not defined on youtube-dl 2014.12.10.1 #4424
Comments
|
Thank you for the report. I apologize for the problem. Update to youtube-dl 2014.12.10.2 or newer to fix it. |
|
Worked, thanks! |
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