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 #8589
Comments
|
Thanks for the report. Such URLs will be supported in the next version. |
URL: http://www.nba.com/clippers/news/doc-rivers-were-not-trading-blake
Output:
C:>youtube-dl.py -v "http://www.nba.com/clippers/news/doc-rivers-were-not-tradi
ng-blake"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.nba.com/clippers/news/doc-rivers
-were-not-trading-blake']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2016.02.13
[debug] Python version 2.7.11 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-71346-gdf4fca2
[debug] Proxy map: {}
[generic] doc-rivers-were-not-trading-blake: Requesting header
WARNING: Falling back on generic information extractor.
[generic] doc-rivers-were-not-trading-blake: Downloading webpage
[generic] doc-rivers-were-not-trading-blake: Extracting information
ERROR: Unsupported URL: http://www.nba.com/clippers/news/doc-rivers-were-not-tra
ding-blake
Traceback (most recent call last):
File "C:\youtube-dl.py\youtube_dl\extractor\generic.py", line 1308, in _real_e
xtract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
File "C:\youtube-dl.py\youtube_dl\compat.py", line 248, in compat_etree_fromst
ring
doc = _XML(text, parser=etree.XMLParser(target=etree.TreeBuilder(element_fac
tory=_element_factory)))
File "C:\youtube-dl.py\youtube_dl\compat.py", line 237, in _XML
parser.feed(text)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: duplicate attribute: line 4, column 2
Traceback (most recent call last):
File "C:\youtube-dl.py\youtube_dl\YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "C:\youtube-dl.py\youtube_dl\extractor\common.py", line 315, in extract
return self._real_extract(url)
File "C:\youtube-dl.py\youtube_dl\extractor\generic.py", line 1945, in _real_e
xtract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://www.nba.com/clippers/news/doc-rivers-w
ere-not-trading-blake
Thanks
Ringo