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

Site support - oniseptv #10404

Open
ghost opened this issue Aug 22, 2016 · 0 comments
Open

Site support - oniseptv #10404

ghost opened this issue Aug 22, 2016 · 0 comments

Comments

@ghost
Copy link

@ghost ghost commented Aug 22, 2016

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

Before submitting an issue make sure you have:

  • 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)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other


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 ```):

$ ./youtube-dl -v https://oniseptv.onisep.fr/video/ce-sera-moi-tania-decoratrice-d-interieur
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://oniseptv.onisep.fr/video/ce-sera-moi-tania-decoratrice-d-interieur']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.08.22
[debug] Python version 2.7.11 - Linux-4.4.0-34-generic-x86_64-with-debian-stretch-sid
[debug] exe versions: avconv 2.8.6-1ubuntu2, avprobe 2.8.6-1ubuntu2, ffmpeg 2.8.6-1ubuntu2, ffprobe 2.8.6-1ubuntu2
[debug] Proxy map: {}
[generic] ce-sera-moi-tania-decoratrice-d-interieur: Requesting header
WARNING: Falling back on generic information extractor.
[generic] ce-sera-moi-tania-decoratrice-d-interieur: Downloading webpage
[generic] ce-sera-moi-tania-decoratrice-d-interieur: Extracting information
ERROR: Unsupported URL: https://oniseptv.onisep.fr/video/ce-sera-moi-tania-decoratrice-d-interieur
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/extractor/generic.py", line 1633, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "./youtube-dl/youtube_dl/compat.py", line 2525, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "./youtube-dl/youtube_dl/compat.py", line 2514, in _XML
    parser.feed(text)
  File "/home/spontex/miniconda2/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
    self._raiseerror(v)
  File "/home/spontex/miniconda2/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
    raise err
ParseError: syntax error: line 1, column 0
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/YoutubeDL.py", line 691, in extract_info
    ie_result = ie.extract(url)
  File "./youtube-dl/youtube_dl/extractor/common.py", line 347, in extract
    return self._real_extract(url)
  File "./youtube-dl/youtube_dl/extractor/generic.py", line 2377, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://oniseptv.onisep.fr/video/ce-sera-moi-tania-decoratrice-d-interieur

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):


Description of your issue, suggested solution and other information

I could not find the video files inside the HTML source code, neither could the generic converter :-)

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
1 participant
You can’t perform that action at this time.