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

hgtv unsupported url #23092

Closed
monty124 opened this issue Nov 14, 2019 · 4 comments
Closed

hgtv unsupported url #23092

monty124 opened this issue Nov 14, 2019 · 4 comments

Comments

@monty124
Copy link

@monty124 monty124 commented Nov 14, 2019

Checklist

  • [ x] I'm reporting a broken site support issue
  • [ x] I've verified that I'm running youtube-dl version 2019.11.05
  • [ x] I've checked that all provided URLs are alive and playable in a browser
  • [x ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [ x] I've searched the bugtracker for similar bug reports including closed ones
  • [ x] I've read bugs section in FAQ

Verbose log

 youtube-dl "https://www.hgtv.ca/shows/island-of-bryan/videos/almost-paradise/HGTV0055591700000100/" -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://www.hgtv.ca/shows/island-of-bryan/videos/almost-paradise/HGTV0055591700000100/', u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.11.05
[debug] Python version 2.7.15+ (CPython) - Linux-5.0.0-32-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.6, ffprobe 3.4.6
[debug] Proxy map: {}
[generic] HGTV0055591700000100: Requesting header
WARNING: Falling back on generic information extractor.
[generic] HGTV0055591700000100: Downloading webpage
[generic] HGTV0055591700000100: Extracting information
ERROR: Unsupported URL: https://www.hgtv.ca/shows/island-of-bryan/videos/almost-paradise/HGTV0055591700000100/
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2373, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2551, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2540, in _XML
    parser.feed(text)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
    self._raiseerror(v)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
    raise err
ParseError: not well-formed (invalid token): line 96, column 71
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3354, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://www.hgtv.ca/shows/island-of-bryan/videos/almost-paradise/HGTV0055591700000100/

Description

as of late it seems hgtv is no longer supported, I'm unable to tell if they have changed something within the rendered html but tests to different videos all seem to generate the same error.
hgtv.ca is region locked.

@dwalkerdon

This comment was marked as off-topic.

@tmgd-dot

This comment was marked as off-topic.

@tv21

This comment was marked as off-topic.

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Dec 6, 2019

this issue(support for new Canadian HGTV URLs) has been fixed in the latest version(2019.11.28).
the AETV issue is completely unrelated, you can open a new issue for it.

@remitamine remitamine closed this Dec 6, 2019
@ytdl-org ytdl-org locked as resolved and limited conversation to collaborators Dec 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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