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

Support for RTV Noord-Holland (rtvnh.nl) #6479

Closed
joepie91 opened this issue Aug 6, 2015 · 0 comments
Closed

Support for RTV Noord-Holland (rtvnh.nl) #6479

joepie91 opened this issue Aug 6, 2015 · 0 comments

Comments

@joepie91
Copy link

@joepie91 joepie91 commented Aug 6, 2015

RTV Noord Holland isn't supported, it seems. Oddly, I've filed an issue regarding this host before (#5480), but back then, the error was different - it still seems to be using StreamGate, however. I'm not sure what has changed.

Output with -v:

sven@linux-etoq:~/archive> youtube-dl -v http://www.rtvnh.nl/video/131946
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.rtvnh.nl/video/131946']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.28
[debug] Python version 2.7.6 - Linux-3.11.10-29-desktop-x86_64-with-SuSE-13.1-x86_64
[debug] exe versions: ffmpeg 2.7.2, ffprobe 2.7.2, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 131946: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 131946: Downloading webpage
[generic] 131946: Extracting information
ERROR: Unsupported URL: http://www.rtvnh.nl/video/131946
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/generic.py", line 1115, in _real_extract
    doc = parse_xml(webpage)
  File "/usr/lib/python2.7/site-packages/youtube_dl/utils.py", line 1562, in parse_xml
    tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
  File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 1300, in XML
    parser.feed(text)
  File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 1642, in feed
    self._raiseerror(v)
  File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
    raise err
ParseError: syntax error: line 1, column 0
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 656, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 279, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/generic.py", line 1704, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://www.rtvnh.nl/video/131946
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.

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