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

clipsyndicate.com extraction fails #6176

Closed
flakzilla opened this issue Jul 7, 2015 · 1 comment
Closed

clipsyndicate.com extraction fails #6176

flakzilla opened this issue Jul 7, 2015 · 1 comment

Comments

@flakzilla
Copy link

@flakzilla flakzilla commented Jul 7, 2015

Although youtube-dl added support for clipsyndicate.com in release 2013.11.29 (#1744) it seems to be not working now.

UnsupportedError: Unsupported URL: http://chic.clipsyndicate.com/video/play/5855946/shark_falls_from_sky

Here is the -v output for a sample video, I tested a few of them and they all failed in the same way.

$ ./youtube-dl --verbose http://chic.clipsyndicate.com/video/play/5855946/shark_falls_from_sky
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://chic.clipsyndicate.com/video/play/5855946/shark_falls_from_sky']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.07
[debug] Python version 2.7.9 - Linux-3.18.9-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_X5650_@_2.67GHz-with-gentoo-2.2
[debug] exe versions: ffmpeg 2.6.3, ffprobe 2.6.3
[debug] Proxy map: {}
[generic] shark_falls_from_sky: Requesting header
WARNING: Falling back on generic information extractor.
[generic] shark_falls_from_sky: Downloading webpage
[generic] shark_falls_from_sky: Extracting information
ERROR: Unsupported URL: http://chic.clipsyndicate.com/video/play/5855946/shark_falls_from_sky
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/extractor/generic.py", line 1092, in _real_extract
    doc = parse_xml(webpage)
  File "./youtube-dl/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: not well-formed (invalid token): line 191, column 124
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/YoutubeDL.py", line 654, in extract_info
    ie_result = ie.extract(url)
  File "./youtube-dl/youtube_dl/extractor/common.py", line 273, in extract
    return self._real_extract(url)
  File "./youtube-dl/youtube_dl/extractor/generic.py", line 1663, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://chic.clipsyndicate.com/video/play/5855946/shark_falls_from_sky
@yan12125 yan12125 closed this in cbc1fad Jul 8, 2015
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 8, 2015

Thanks for the report. URLs starts with chic will be supported in the next version.

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.