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.
cinchcast doesn't seem to be working? #16096
Comments
|
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. |
[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?
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