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

Add support for snagfilms.com #6007

Closed
selvagem opened this issue Jun 18, 2015 · 3 comments
Closed

Add support for snagfilms.com #6007

selvagem opened this issue Jun 18, 2015 · 3 comments

Comments

@selvagem
Copy link

@selvagem selvagem commented Jun 18, 2015

Support for snagfilms.com would be very welcome.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jun 18, 2015

Please post an example URL. Site support requests must contain an example URL.

@selvagem
Copy link
Author

@selvagem selvagem commented Jun 18, 2015

user$ youtube-dl --verbose http://www.snagfilms.com/films/title/i_am_fishead
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.snagfilms.com/films/title/i_am_fishead']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.06.15
[debug] Python version 2.7.3 - Darwin-14.3.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.6.3, ffprobe 2.6.3, rtmpdump 2.4
[debug] Proxy map: {}
[generic] i_am_fishead: Requesting header
WARNING: Falling back on generic information extractor.
[generic] i_am_fishead: Downloading webpage
[generic] i_am_fishead: Extracting information
ERROR: Unsupported URL: http://www.snagfilms.com/films/title/i_am_fishead
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1020, in _real_extract
doc = parse_xml(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1558, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1301, in XML
parser.feed(text)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 150, column 42
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 650, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 273, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1571, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://www.snagfilms.com/films/title/i_am_fishead

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 27, 2015

This issue will be fixed in the next version. Thanks for the report.

@dstftw dstftw closed this Jun 27, 2015
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.

4 participants
You can’t perform that action at this time.