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

[RUTV] Live streams not works - Unsupported URL #13347

Closed
spvkgn opened this issue Jun 11, 2017 · 0 comments
Closed

[RUTV] Live streams not works - Unsupported URL #13347

spvkgn opened this issue Jun 11, 2017 · 0 comments

Comments

@spvkgn
Copy link

@spvkgn spvkgn commented Jun 11, 2017

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.06.05. 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 2017.06.05

Before submitting an issue make sure you have:

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

What is the purpose of your issue?

  • [x ] 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 http://live.russia.tv/index/index/channel_id/4                                                             
[debug] System config: []
[debug] User config: ['--no-check-certificate', '--prefer-insecure', '--user-agent', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:49.0) Gecko/20100101 Firefox/49.0', '--proxy', '', '--external-downloader', 'aria2c']
[debug] Custom config: []
[debug] Command-line args: ['-v', 'http://live.russia.tv/index/index/channel_id/4']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.06.05
[debug] Python version 3.5.3 - Linux-4.10.0-22-generic-x86_64-with-Ubuntu-17.04-zesty
[debug] exe versions: ffmpeg 3.2.4-1build2, ffprobe 3.2.4-1build2, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 4: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 4: Downloading webpage
[generic] 4: Extracting information
ERROR: Unsupported URL: http://live.russia.tv/index/index/channel_id/4
Traceback (most recent call last):
  File "/home/pavel/.local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 761, in extract_info
    ie_result = ie.extract(url)
  File "/home/pavel/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 433, in extract
    ie_result = self._real_extract(url)
  File "/home/pavel/.local/lib/python3.5/site-packages/youtube_dl/extractor/generic.py", line 2795, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: http://live.russia.tv/index/index/channel_id/4

Streams from http://live.russia.tv/ did work some time ago and now this error occurs. Can you please fix the issue ?

@dstftw dstftw closed this in 624bd01 Jun 11, 2017
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.