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.
MLB URL failure... #3905
MLB URL failure... #3905
Comments
|
Fixed, thanks for the report. |
|
Thank you for the report. The mlb extractor has been fixed in youtube-dl 2014.10.12. Type |
EXAMPLE URL: http://m.mlb.com/video/v17819941 OR
http://m.mlb.com/video/v17819941/shannon-calls-edmonds-catch-during-the-2004-nlcs
(both are the same video)
C:>youtube-dl -v http://m.mlb.com/video/v17819941
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://m.mlb.com/video/v17819941']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2014.10.05.2
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
[MLB] 17819941: Downloading XML
Traceback (most recent call last):
File "main.py", line 18, in
File "youtube_dl__init__.pyo", line 431, in main
File "youtube_dl__init__.pyo", line 421, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1067, in download
File "youtube_dl\YoutubeDL.pyo", line 524, in extract_info
File "youtube_dl\extractor\common.pyo", line 193, in extract
File "youtube_dl\extractor\mlb.pyo", line 92, in _real_extract
AttributeError: 'NoneType' object has no attribute 'text'
Thanks as always!
Ringo