Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NBA falls back to generic information extractor #8589

Closed
RingoTheDog opened this issue Feb 17, 2016 · 1 comment
Closed

NBA falls back to generic information extractor #8589

RingoTheDog opened this issue Feb 17, 2016 · 1 comment

Comments

@RingoTheDog
Copy link

@RingoTheDog RingoTheDog commented Feb 17, 2016

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

@yan12125 yan12125 closed this in 86a7dbe Feb 23, 2016
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 23, 2016

Thanks for the report. Such URLs will be supported in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.