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.
URL: http://sabres.nhl.com/club/news.htm?id=780189
c:\Transmogrifier>youtube-dl.py -v "http://sabres.nhl.com/club/news.htm?id=780189"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://sabres.nhl.com/club/news.htm?id=780189']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.09.22
[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] news: Requesting header
WARNING: Falling back on generic information extractor.
[generic] news: Downloading webpage
[generic] news: Extracting information
ERROR: Unsupported URL: http://sabres.nhl.com/club/news.htm?id=780189
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\generic.py", line 1239, in _real_extract
doc = parse_xml(webpage)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\utils.py", line 1656, 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: mismatched tag: line 173, column 2
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 287, in extract
return self._real_extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\generic.py", line 1840, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://sabres.nhl.com/club/news.htm?id=780189
direct link does work: http://video.sabres.nhl.com/videocenter/console?id=836127
(I think this is a different issue than my previous post)
thanks
Ringo