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

supporting tape.ly? #3861

Closed
kberry opened this issue Sep 30, 2014 · 3 comments
Closed

supporting tape.ly? #3861

kberry opened this issue Sep 30, 2014 · 3 comments

Comments

@kberry
Copy link

@kberry kberry commented Sep 30, 2014

(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 ...

@naglis
Copy link
Collaborator

@naglis naglis commented Oct 1, 2014

Hi @kberry,
tape.ly will be supported in the next version of youtube-dl. Thank you for your report (I've enjoyed writing the InfoExtractor a lot while listening to some nice tunes from tape.ly)!
Should you experience any issues with it, please open a new issue here on GitHub with the output of youtube-dl --verbose <URL>.

@phihag
Copy link
Contributor

@phihag phihag commented Oct 5, 2014

Support for tape.ly has been added in youtube-dl 2014.10.05. Type sudo youtube-dl -U to update.

@kberry
Copy link
Author

@kberry kberry commented Oct 5, 2014

Thank you very much.

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