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

cinchcast doesn't seem to be working? #16096

Open
ontera opened this issue Apr 5, 2018 · 1 comment
Open

cinchcast doesn't seem to be working? #16096

ontera opened this issue Apr 5, 2018 · 1 comment

Comments

@ontera
Copy link

@ontera ontera commented Apr 5, 2018

  • [X ] I've verified and I assure that I'm running youtube-dl 2018.04.03

  • [X ] At least skimmed through the README, most notably the FAQ and BUGS sections

  • [X ] Searched the bugtracker for similar issues including closed ones

  • [ X] Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • [X ] Other

The following URL (cinchcast) works fine in a browser, and supposedly cinchcast is supported, but this URL seems to give youtube-dl some trouble:

https://platform.cinchcast.com/eesp/OTO_hOMFKS863hnc2hsVCg~~?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400

youtube-dl --verbose 'https://platform.cinchcast.com/eesp/OTO_hOMFKS863hnc2hsVCg%7E%7E?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400'
[debug] System config: []
[debug] User config: [u'-i', u'-f', u'best', u'-o', u'%(title)s.%(ext)s']
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://platform.cinchcast.com/eesp/OTO_hOMFKS863hnc2hsVCg%7E%7E?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.04.03
[debug] Python version 2.7.9 (CPython) - Darwin-17.5.0-x86_64-i386-64bit
[debug] exe versions: avconv 12.3, avprobe 12.3, ffmpeg present, ffprobe present
[debug] Proxy map: {}
[generic] OTO_hOMFKS863hnc2hsVCg~~?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400: Requesting header
WARNING: Falling back on generic information extractor.
[generic] OTO_hOMFKS863hnc2hsVCg~~?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400: Downloading webpage
[generic] OTO_hOMFKS863hnc2hsVCg~~?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400: Extracting information
ERROR: Unsupported URL: https://platform.cinchcast.com/eesp/OTO_hOMFKS863hnc2hsVCg%7E%7E?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2205, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2542, 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 2531, in _XML
parser.feed(text)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 23, column 572
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3143, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://platform.cinchcast.com/eesp/OTO_hOMFKS863hnc2hsVCg%7E%7E?framed=true&showTitleAndInfo=false&media=multi&autostart=false&height=325&width=400

@ontera
Copy link
Author

@ontera ontera commented May 11, 2018

Any updates on this? I understand that work on this is on a volunteer basis, and maybe it's not the highest priority, but I haven't seen any activity or response to this in 5 weeks, and it's not a new feature request, it's a fix to a broken site that is advertised as working.

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
1 participant
You can’t perform that action at this time.