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 request [carambatv.ru] #9815

Closed
YogSottot opened this issue Jun 17, 2016 · 3 comments
Closed

Site support request [carambatv.ru] #9815

YogSottot opened this issue Jun 17, 2016 · 3 comments

Comments

@YogSottot
Copy link

@YogSottot YogSottot commented Jun 17, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.06.16
  • 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?

  • Site support request (request for adding support for a new site)
$ youtube-dl -Fv http://carambatv.ru/movie/bad-comedian/razborka-v-manile/
[debug] System config: []
[debug] User config: [u'--sub-lang', u'ru,en']
[debug] Command-line args: [u'-Fv', u'http://carambatv.ru/movie/bad-comedian/razborka-v-manile/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.06.16
[debug] Python version 2.7.10 - Linux-4.4.12-gentoo-i686
[debug] exe versions: ffmpeg 3.0.2, ffprobe 3.0.2
[debug] Proxy map: {}
[generic] razborka-v-manile: Requesting header
WARNING: Falling back on generic information extractor.
[generic] razborka-v-manile: Downloading webpage
[generic] razborka-v-manile: Extracting information
ERROR: Unsupported URL: http://carambatv.ru/movie/bad-comedian/razborka-v-manile/
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/generic.py", line 1440, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "/usr/lib/python2.7/site-packages/youtube_dl/compat.py", line 2524, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "/usr/lib/python2.7/site-packages/youtube_dl/compat.py", line 2513, 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: not well-formed (invalid token): line 27, column 121
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 676, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 342, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/generic.py", line 2140, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://carambatv.ru/movie/bad-comedian/razborka-v-manile/
@dstftw dstftw closed this in eb45189 Jun 17, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 17, 2016

carambatv is supported since youtube-dl 2016.06.18.1.

yan12125 added a commit that referenced this issue Oct 14, 2016
The video requested in #9815 now has videomore embeds.
@alex3kov
Copy link

@alex3kov alex3kov commented Jan 3, 2019

Doesn't work (stopped working?) on youtube-dl 2018.12.31. Example URL https://carambatv.ru/bad-comedian/divergent-hunger-games-in-twilight

youtube-dl "https://carambatv.ru/bad-comedian/divergent-hunger-games-in-twilight"
[CarambaTVPage] divergent-hunger-games-in-twilight: Downloading webpage
ERROR: Unable to extract video id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
~/removable_media/15G: youtube-dl --verbose "https://carambatv.ru/bad-comedian/divergent-hunger-games-in-twilight"
[debug] System config: []
[debug] User config: ['--no-playlist', '--output', '~/removable_media/15G/%(title)s.%(ext)s', '--ignore-errors']
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://carambatv.ru/bad-comedian/divergent-hunger-games-in-twilight']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.12.31
[debug] Python version 3.7.1 (CPython) - Linux-4.19.12-zen1-1-zen-x86_64-with-arch
[debug] exe versions: ffmpeg n4.1, ffprobe n4.1
[debug] Proxy map: {}
[CarambaTVPage] divergent-hunger-games-in-twilight: Downloading webpage
ERROR: Unable to extract video id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 793, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 508, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/carambatv.py", line 99, in _real_extract
    webpage, 'video id')
  File "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 983, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jan 4, 2019

@alex3kov Please open a new issue for that.

@ytdl-org ytdl-org locked and limited conversation to collaborators Jan 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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