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

[Crackle] - Movies not recognised as valid URL's #10419

Closed
zoocey opened this issue Aug 23, 2016 · 1 comment
Closed

[Crackle] - Movies not recognised as valid URL's #10419

zoocey opened this issue Aug 23, 2016 · 1 comment

Comments

@zoocey
Copy link

@zoocey zoocey commented Aug 23, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.08.22. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [ x] I've verified and I assure that I'm running youtube-dl 2016.08.22

Before submitting an issue make sure you have:

  • [x ] At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

C:\you>youtube-dl.py -F -v http://www.crackle.com/angel-of-death
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-F', u'-v', u'http://www.crackle.com/angel-of-deat
h']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.08.22
[debug] Python version 2.7.11 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-80953-gd4c8e93, ffprobe N-80953-gd4c8e93
[debug] Proxy map: {}
[generic] angel-of-death: Requesting header
WARNING: Falling back on generic information extractor.
[generic] angel-of-death: Downloading webpage
[generic] angel-of-death: Extracting information
ERROR: Unsupported URL: http://www.crackle.com/angel-of-death
Traceback (most recent call last):
  File "C:\you\youtube-dl.py\youtube_dl\extractor\generic.py", line 1633, in _re
al_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "C:\you\youtube-dl.py\youtube_dl\compat.py", line 2525, in compat_etree_f
romstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=
_element_factory)))
  File "C:\you\youtube-dl.py\youtube_dl\compat.py", line 2514, in _XML
    parser.feed(text)
  File "C:\Python27\lib\xml\etree\ElementTree.py", line 1642, in feed
    self._raiseerror(v)
  File "C:\Python27\lib\xml\etree\ElementTree.py", line 1506, in _raiseerror
    raise err
ParseError: not well-formed (invalid token): line 22, column 385
Traceback (most recent call last):
  File "C:\you\youtube-dl.py\youtube_dl\YoutubeDL.py", line 691, in extract_info

    ie_result = ie.extract(url)
  File "C:\you\youtube-dl.py\youtube_dl\extractor\common.py", line 347, in extra
ct
    return self._real_extract(url)
  File "C:\you\youtube-dl.py\youtube_dl\extractor\generic.py", line 2377, in _re
al_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://www.crackle.com/angel-of-death

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

- Single video: http://www.crackle.com/angel-of-death

Description of your issue, suggested solution and other information

Every movie from the movie section on Crackle fails as being recognized from Crackle and falls back to the generic extractor (which fails).

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 20, 2017

Superseded by #11775. Like the newer report, I can't find videos in http://www.crackle.com/angel-of-death. If anyone know how to watch crackle videos outside US, feel free to proposed it.

@yan12125 yan12125 closed this Jan 20, 2017
@zoocey zoocey mentioned this issue Jan 20, 2017
4 of 8 tasks complete
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.