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

nfl.com URL falls back to generic extractor #5940

Closed
RingoTheDog opened this issue Jun 9, 2015 · 1 comment
Closed

nfl.com URL falls back to generic extractor #5940

RingoTheDog opened this issue Jun 9, 2015 · 1 comment

Comments

@RingoTheDog
Copy link

@RingoTheDog RingoTheDog commented Jun 9, 2015

URL: http://www.nfl.com/videos/nfl-network-top-ten/09000d5d810a6bd4/Top-10-Gutsiest-Performances-Jack-Youngblood

Output:
youtube-dl.py -v "http://www.nfl.com/videos/nfl-network-top-ten/09000d5d810a6bd4/Top-10-Gutsiest-Performances-Jack-Youngblood"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.nfl.com/videos/nfl-network-top-ten/09000d5d810a6bd4/Top-10-Gutsiest-Performances-Jack-Youngblood']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.06.04.1
[debug] Python version 2.7.5 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-71727-g46778ab, rtmpdump 2.4
[debug] Proxy map: {}
[generic] Top-10-Gutsiest-Performances-Jack-Youngblood: Requesting header
WARNING: Falling back on generic information extractor.
[generic] Top-10-Gutsiest-Performances-Jack-Youngblood: Downloading webpage
[generic] Top-10-Gutsiest-Performances-Jack-Youngblood: Extracting information
ERROR: Unsupported URL: http://www.nfl.com/videos/nfl-network-top-ten/09000d5d810a6bd4/Top-10-Gutsiest-Performances-Jack-Youngblood
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\generic.py", line 997, in _real_extract
doc = parse_xml(webpage)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\utils.py", line 1558, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "C:\Python27\lib\xml\etree\ElementTree.py", line 1300, 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: not well-formed (invalid token): line 60, column 22
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 650, in extract_info
ie_result = ie.extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 273, in extract
return self._real_extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\generic.py", line 1532, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://www.nfl.com/videos/nfl-network-top-ten/09000d5d810a6bd4/Top-10-Gutsiest-Performances-Jack-Youngblood

Thanks
Ringo

@yan12125 yan12125 closed this in 7ebd537 Jun 10, 2015
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jun 10, 2015

Thanks for the report. This URL is recognized now.

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.