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.
AttributeError: 'NoneType' object has no attribute 'get' #4150
Comments
|
Thanks for the report and sorry for the bug. It will work in the next version. |
I am running youtube-dl.exe with Windows 7 - 64 bits.
Following example worked in previous versions of youtube-dl.exe. Since last version, specifying multiple formats gives following error :
C:>youtube-dl.exe -v -f 137+141/135+141 https://www.youtube.com/watch?v=hD5MRBzY1uM
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-f', '137+141/135+141', 'https://www.youtube.com/watch?v=hD5MRBzY1uM']
[debug] Encodings: locale cp1252, fs mbcs, out cp65001, pref cp1252
[debug] youtube-dl version 2014.11.09
[debug] Python version 2.7.8 - Windows-7-6.1.7600
[debug] exe versions: ffmpeg N-62912-
[debug] Proxy map: {}
[youtube] Confirming age
[youtube] hD5MRBzY1uM: Downloading webpage
[youtube] hD5MRBzY1uM: Downloading video info webpage
[youtube] hD5MRBzY1uM: Extracting video information
[youtube] hD5MRBzY1uM: Encrypted signatures detected.
[youtube] {43} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {18} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {5} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {36} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {17} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {135} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {244} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {134} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {243} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {133} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {242} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {160} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {140} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {171} signature length 43.42, html5 player en_US-vflbcuqSZ
[youtube] {135} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {244} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {134} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {243} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {133} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {242} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {160} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {140} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] {171} signature length 40.43, html5 player en_US-vflbcuqSZ
[youtube] hD5MRBzY1uM: Downloading DASH manifest
Traceback (most recent call last):
File "main.py", line 18, in
File "youtube_dl__init__.pyo", line 351, in main
File "youtube_dl__init__.pyo", line 341, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1094, in download
File "youtube_dl\YoutubeDL.pyo", line 547, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 593, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 842, in process_video_result
AttributeError: 'NoneType' object has no attribute 'get'