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

faststream.in support #4297

Closed
leooleo-habbib opened this issue Nov 24, 2014 · 6 comments
Closed

faststream.in support #4297

leooleo-habbib opened this issue Nov 24, 2014 · 6 comments

Comments

@leooleo-habbib
Copy link

@leooleo-habbib leooleo-habbib commented Nov 24, 2014

No description provided.

@leooleo-habbib
Copy link
Author

@leooleo-habbib leooleo-habbib commented Nov 24, 2014

here is '-v'
achmann@hurx:~>youtube-dl -v http://fastvideo.in/1qmdn1lmsmbw
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://fastvideo.in/1qmdn1lmsmbw']
[debug] Encodings: locale ISO8859-15, fs ISO8859-15, out ISO8859-15, pref ISO8859-15
[debug] youtube-dl version 2014.11.21.1
[debug] Python version 2.7.8 - FreeBSD-10.1-Drollo-i386-32bit-ELF
[debug] exe versions: ffmpeg N-44582-, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 1qmdn1lmsmbw: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 1qmdn1lmsmbw: Downloading webpage
[generic] 1qmdn1lmsmbw: Extracting information
ERROR: Unsupported URL: http://fastvideo.in/1qmdn1lmsmbw; 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 1339, 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: not well-formed (invalid token): line 20, column 17
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 536, 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://fastvideo.in/1qmdn1lmsmbw; 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.

@dstftw dstftw closed this in ceb3367 Nov 26, 2014
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 26, 2014

fastvideo.in will be supported in the next version of youtube-dl. Thanks for the report.

@leooleo-habbib
Copy link
Author

@leooleo-habbib leooleo-habbib commented Nov 26, 2014

Wed, Nov 26, 2014 at 06:04:39AM -0800, Sergey M. :

fastvideo.in will be supported in the next version of youtube-dl. Thanks for the report.

Seems not to work..... ;-)

youtube-dl is up-to-date (2014.11.26)
jachmann@hurx:~>youtube-dl -v http://faststream.in/i7eeu3w5c33a
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://faststream.in/i7eeu3w5c33a']
[debug] Encodings: locale ISO8859-15, fs ISO8859-15, out ISO8859-15, pref ISO8859-15
[debug] youtube-dl version 2014.11.26
[debug] Python version 2.7.8 - FreeBSD-10.1-Drollo-i386-32bit-ELF
[debug] exe versions: ffmpeg N-44582-, ffprobe N-44582-, rtmpdump 2.4
[debug] Proxy map: {}
[generic] i7eeu3w5c33a: Requesting header
[redirect] Following redirect to http://fastvideo.in/i7eeu3w5c33a
[generic] i7eeu3w5c33a: Requesting header
WARNING: Falling back on generic information extractor.
[generic] i7eeu3w5c33a: Downloading webpage
[generic] i7eeu3w5c33a: Extracting information
ERROR: Unsupported URL: http://fastvideo.in/i7eeu3w5c33a; 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 651, in _real_extract
doc = parse_xml(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1411, 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: not well-formed (invalid token): line 20, column 17
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 1044, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://fastvideo.in/i7eeu3w5c33a; 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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 26, 2014

It's not yet released.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 26, 2014

youtube-dl 2014.11.26.4 and newer should fix this issue. Simply update again and it should work. If it does not, please post the output you get with the current version.

@leooleo-habbib
Copy link
Author

@leooleo-habbib leooleo-habbib commented Nov 26, 2014

Wed, Nov 26, 2014 at 01:56:17PM -0800, Philipp Hagemeister :

youtube-dl 2014.11.26.4 and newer should fix this issue. Simply update again and it should work. If it does not, please post the output you get with the current version.

Yes !
Now it seeams to work, thank you !!!

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.