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

Error while trying to download. #4839

Closed
lusers opened this issue Feb 2, 2015 · 4 comments
Closed

Error while trying to download. #4839

lusers opened this issue Feb 2, 2015 · 4 comments

Comments

@lusers
Copy link

@lusers lusers commented Feb 2, 2015

% youtube-dl --verbose --restrict-filenames 'http://www.tv4play.se/iframe/video/3054113?starttime=55'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--restrict-filenames', 'http://www.tv4play.se/iframe/video/3054113?starttime=55']
[debug] Encodings: locale ISO8859-1, fs ISO8859-1, out ISO8859-1, pref ISO8859-1
[debug] youtube-dl version 2014.11.24
[debug] Python version 2.7.9 - FreeBSD-9.3-PRERELEASE-amd64-64bit-ELF
[debug] exe versions: ffmpeg 2.3.6, ffprobe 2.3.6, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 3054113?starttime=55: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 3054113?starttime=55: Downloading webpage
[generic] 3054113?starttime=55: Extracting information
ERROR: Unsupported URL: http://www.tv4play.se/iframe/video/3054113?starttime=55; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 609, in _real_extract
doc = parse_xml(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1360, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/usr/local/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/usr/local/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/usr/local/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: mismatched tag: line 12, column 2
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 553, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 240, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 996, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.tv4play.se/iframe/video/3054113?starttime=55; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

% youtube-dl -U
Usage: youtube-dl [options] url [url...]

youtube-dl: error: no such option: -U

@lusers
Copy link
Author

@lusers lusers commented Feb 2, 2015

FreeBSD 9.3-PRERELEASE #1 r266465

@lusers
Copy link
Author

@lusers lusers commented Feb 2, 2015

Python 2.7.9

@naglis naglis closed this in 50efb38 Feb 20, 2015
@naglis
Copy link
Collaborator

@naglis naglis commented Feb 20, 2015

Support for tv4.se/tv4play.se has been added and should be available in the next release of youtube-dl. Thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 21, 2015

Support for tv4.se hsa made it into youtube-dl 2015.02.21. See our FAQ if you have trouble updating.

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.