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.
NBA falls back to generic information extractor #5362
Comments
|
Thanks for the report, such URLs will be supported in the next version. |
URIL: http://www.nba.com/kings/sim-bhullar-media-availability
C:>youtube-dl -v http://www.nba.com/kings/sim-bhullar-media-availability
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.nba.com/kings/sim-bhullar-media-
availability']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.04.03
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-40824-g31dfe20
[debug] Proxy map: {}
[generic] sim-bhullar-media-availability: Requesting header
WARNING: Falling back on generic information extractor.
[generic] sim-bhullar-media-availability: Downloading webpage
[generic] sim-bhullar-media-availability: Extracting information
ERROR: Unsupported URL: http://www.nba.com/kings/sim-bhullar-media-availability
Traceback (most recent call last):
File "youtube_dl\extractor\generic.pyo", line 846, in _real_extract
File "youtube_dl\utils.pyo", line 1528, in parse_xml
File "xml\etree\ElementTree.pyo", line 1300, in XML
File "xml\etree\ElementTree.pyo", line 1642, in feed
File "xml\etree\ElementTree.pyo", line 1506, in _raiseerror
ParseError: duplicate attribute: line 3, column 2
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 651, in extract_info
File "youtube_dl\extractor\common.pyo", line 275, in extract
File "youtube_dl\extractor\generic.pyo", line 1345, in _real_extract
UnsupportedError: Unsupported URL: http://www.nba.com/kings/sim-bhullar-media-av
ailability
Same video....different URL...similar result:
URL: http://www.nba.com/kings/video/teams/kings/2015/04/03/SimShootIntsmmov-3563067
C:>youtube-dl -v http://www.nba.com/kings/video/teams/kings/2015/04/03/SimShoot
Intsmmov-3563067
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.nba.com/kings/video/teams/kings/
2015/04/03/SimShootIntsmmov-3563067']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.04.03
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-40824-g31dfe20
[debug] Proxy map: {}
[generic] SimShootIntsmmov-3563067: Requesting header
WARNING: Falling back on generic information extractor.
[generic] SimShootIntsmmov-3563067: Downloading webpage
[generic] SimShootIntsmmov-3563067: Extracting information
ERROR: Unsupported URL: http://www.nba.com/kings/video/teams/kings/2015/04/03/Si
mShootIntsmmov-3563067
Traceback (most recent call last):
File "youtube_dl\extractor\generic.pyo", line 846, in _real_extract
File "youtube_dl\utils.pyo", line 1528, in parse_xml
File "xml\etree\ElementTree.pyo", line 1300, in XML
File "xml\etree\ElementTree.pyo", line 1642, in feed
File "xml\etree\ElementTree.pyo", line 1506, in _raiseerror
ParseError: duplicate attribute: line 3, column 2
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 651, in extract_info
File "youtube_dl\extractor\common.pyo", line 275, in extract
File "youtube_dl\extractor\generic.pyo", line 1345, in _real_extract
UnsupportedError: Unsupported URL: http://www.nba.com/kings/video/teams/kings/20
15/04/03/SimShootIntsmmov-3563067
Thanks Ringo