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.
supporting tape.ly? #3861
supporting tape.ly? #3861
Comments
|
Hi @kberry, |
|
Support for tape.ly has been added in youtube-dl 2014.10.05. Type |
|
Thank you very much. |
(thanks for the great program.)
any chance of supporting downloads from tape.ly?
running: youtube-dl --verbose http://tape.ly/my-grief-as-told-by-water
gets:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://tape.ly/my-grief-as-told-by-wateryoutube-dl', '--verbose', 'http://tape.ly/my-grief-as-told-by-water']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.09.29.2
[debug] Python version 2.6.6 - Linux-2.6.32-431.29.2.el6.centos.plus.i686-i686-with-centos-6.5-Final
[debug] Proxy map: {}
[generic] my-grief-as-told-by-wateryoutube-dl: Requesting header
WARNING: Falling back on generic information extractor.
[generic] my-grief-as-told-by-wateryoutube-dl: Downloading webpage
[generic] my-grief-as-told-by-wateryoutube-dl: Extracting information
ERROR: Unsupported URL: http://tape.ly/my-grief-as-told-by-wateryoutube-dl; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 556, in _real_extract
doc = parse_xml(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1540, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 963, in XML
parser.feed(text)
File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 1245, in feed
self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 151, column 13
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 524, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 191, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 913, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://tape.ly/my-grief-as-told-by-wateryoutube-dl; please report this issue on https://yt-dl.org/bug . Be sure to call ...