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.
NHL falls back to generic... #8419
Comments
|
Different URL...similar result: |
|
Here is a bit more info...hopefully it will be helpful: If I attempt this URL: The generic extractor IS able to pull the video from the direct link: All of the versions can be found in here:
|
https://www.nhl.com/news/dennis-wideman-suspended/c-278258934
youtube-dl.py -v "https://www.nhl.com/news/dennis-wideman-suspended/c-278258
934"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://www.nhl.com/news/dennis-wideman-sus
pended/c-278258934']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2016.02.01
[debug] Python version 2.7.11 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-71346-gdf4fca2
[debug] Proxy map: {}
[generic] c-278258934: Requesting header
WARNING: Falling back on generic information extractor.
[generic] c-278258934: Downloading webpage
[generic] c-278258934: Extracting information
ERROR: Unsupported URL: https://www.nhl.com/news/dennis-wideman-suspended/c-2782
58934
Traceback (most recent call last):
File "C:\youtube-dl.py\youtube_dl\extractor\generic.py", line 1289, 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: not well-formed (invalid token): line 80, column 293
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 313, in extract
return self._real_extract(url)
File "C:\youtube-dl.py\youtube_dl\extractor\generic.py", line 1919, in _real_e
xtract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://www.nhl.com/news/dennis-wideman-suspe
nded/c-278258934
Same video different urls:
https://www.nhl.com/video/c-40784403 this URL forwards to:
https://www.nhl.com/video/wideman-suspended-by-nhl/t-277350912/c-40784403
Thanks
Ringo