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

Unsupported player: streamin.to / JW Player 5.1 #4030

Closed
esamo opened this issue Oct 25, 2014 · 0 comments
Closed

Unsupported player: streamin.to / JW Player 5.1 #4030

esamo opened this issue Oct 25, 2014 · 0 comments

Comments

@esamo
Copy link

@esamo esamo commented Oct 25, 2014

Thanks for a great tool :) . Especially appreciated while on GSM night-not-limited network.


esamo@Es-mob:$ sudo youtube-dl --update
youtube-dl is up-to-date (2014.10.25)
esamo@Es-mob:
$ youtube-dl http://www.whoseline.pl/4x01/ --verbose
[debug] System config: ['--max-quality=720p', '--no-mtime', '-i']
[debug] User config: []
[debug] Command-line args: ['http://www.whoseline.pl/4x01/', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.10.25
[debug] Python version 2.7.6 - Linux-3.13.0-36-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[generic] 4x01: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 4x01: Downloading webpage
[generic] 4x01: Extracting information
ERROR: Unsupported URL: http://www.whoseline.pl/4x01/; 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 "/bin/youtube-dl/youtube_dl/extractor/generic.py", line 553, in _real_extract
doc = parse_xml(webpage)
File "/bin/youtube-dl/youtube_dl/utils.py", line 1550, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: mismatched tag: line 117, column 112
Traceback (most recent call last):
File "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 528, in extract_info
ie_result = ie.extract(url)
File "/bin/youtube-dl/youtube_dl/extractor/common.py", line 197, in extract
return self._real_extract(url)
File "/bin/youtube-dl/youtube_dl/extractor/generic.py", line 933, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.whoseline.pl/4x01/; 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.


And there is embed iframe link:

esamo@Es-mob:~$ youtube-dl http://streamin.to/embed-sd8qcjx30cpp-560x430.html --verbose
[debug] System config: ['--max-quality=720p', '--no-mtime', '-i']
[debug] User config: []
[debug] Command-line args: ['http://streamin.to/embed-sd8qcjx30cpp-560x430.html', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.10.25
[debug] Python version 2.7.6 - Linux-3.13.0-36-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[generic] embed-sd8qcjx30cpp-560x430: Requesting header
WARNING: Falling back on generic information extractor.
[generic] embed-sd8qcjx30cpp-560x430: Downloading webpage
[generic] embed-sd8qcjx30cpp-560x430: Extracting information
[debug] Invoking downloader on u'http://streamin.to/29/4278931141_n.flv?h=w2i7eq7dzduzcg3h5gtcfdvxrmv2wmyijn5zwatttygflzwxmsq45k6kfycq'
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1047, in process_info
success = dl(filename, info_dict)
File "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1023, in dl
return fd.download(name, info)
File "/bin/youtube-dl/youtube_dl/downloader/common.py", line 292, in download
return self.real_download(filename, info_dict)
File "/bin/youtube-dl/youtube_dl/downloader/http.py", line 64, in real_download
data = self.ydl.urlopen(request)
File "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1279, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found


Regards & respect.

@dstftw dstftw closed this May 3, 2016
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
2 participants
You can’t perform that action at this time.