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

[ResetOn]Generic extarctor fail on JWplayer #14813

Open
rewida17 opened this issue Nov 20, 2017 · 0 comments
Open

[ResetOn]Generic extarctor fail on JWplayer #14813

rewida17 opened this issue Nov 20, 2017 · 0 comments

Comments

@rewida17
Copy link

@rewida17 rewida17 commented Nov 20, 2017

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 this: [x])
  • Use the Preview tab to see what your issue will actually look like

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

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

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the 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

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

Requirement already up-to-date: youtube_dl in /usr/lib/python2.7/site-packages
[23:43 dawid ~]$ youtube-dl --verbose -F https://reseton.net/video/ccbb9/quilling-zajczki-wielkanocne-krok-po-kroku
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-F', 'https://reseton.net/video/ccbb9/quilling-zajczki-wielkanocne-krok-po-kroku']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.11.06
[debug] Python version 3.5.4 - Linux-4.13.12-100.fc25.x86_64-x86_64-with-fedora-25-Gurgle
[debug] exe versions: ffmpeg 3.1.11, ffprobe 3.1.11
[debug] Proxy map: {}
[generic] quilling-zajczki-wielkanocne-krok-po-kroku: Requesting header
WARNING: Falling back on generic information extractor.
[generic] quilling-zajczki-wielkanocne-krok-po-kroku: Downloading webpage
[generic] quilling-zajczki-wielkanocne-krok-po-kroku: Extracting information
[info] Available formats for quilling-zajczki-wielkanocne-krok-po-kroku:
format code  extension  resolution note
0            mp4        unknown    
[23:44 dawid ~]$ youtube-dl --verbose -g https://reseton.net/video/ccbb9/quilling-zajczki-wielkanocne-krok-po-kroku
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-g', 'https://reseton.net/video/ccbb9/quilling-zajczki-wielkanocne-krok-po-kroku']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.11.06
[debug] Python version 3.5.4 - Linux-4.13.12-100.fc25.x86_64-x86_64-with-fedora-25-Gurgle
[debug] exe versions: ffmpeg 3.1.11, ffprobe 3.1.11
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[debug] Default format spec: bestvideo+bestaudio/best
https://stream.reseton.net/stream/video/66771/quilling-zajczki-wielkanocne-krok-po-kroku.mp4
[23:45 dawid ~]$ youtube-dl --verbose  https://reseton.net/video/ccbb9/quilling-zajczki-wielkanocne-krok-po-kroku
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://reseton.net/video/ccbb9/quilling-zajczki-wielkanocne-krok-po-kroku']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.11.06
[debug] Python version 3.5.4 - Linux-4.13.12-100.fc25.x86_64-x86_64-with-fedora-25-Gurgle
[debug] exe versions: ffmpeg 3.1.11, ffprobe 3.1.11
[debug] Proxy map: {}
[generic] quilling-zajczki-wielkanocne-krok-po-kroku: Requesting header
WARNING: Falling back on generic information extractor.
[generic] quilling-zajczki-wielkanocne-krok-po-kroku: Downloading webpage
[generic] quilling-zajczki-wielkanocne-krok-po-kroku: Extracting information
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://stream.reseton.net/stream/video/66771/quilling-zajczki-wielkanocne-krok-po-kroku.mp4'
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 1891, in process_info
    success = dl(filename, info_dict)
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 1830, in dl
    return fd.download(name, info)
  File "/usr/lib/python3.5/site-packages/youtube_dl/downloader/common.py", line 361, in download
    return self.real_download(filename, info_dict)
  File "/usr/lib/python3.5/site-packages/youtube_dl/downloader/http.py", line 286, in real_download
    establish_connection()
  File "/usr/lib/python3.5/site-packages/youtube_dl/downloader/http.py", line 74, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 2194, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib64/python3.5/urllib/request.py", line 472, in open
    response = meth(req, response)
  File "/usr/lib64/python3.5/urllib/request.py", line 582, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.5/urllib/request.py", line 510, in error
    return self._call_chain(*args)
  File "/usr/lib64/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib64/python3.5/urllib/request.py", line 590, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

[23:45 dawid ~]$ 


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 can watch movies, but can`t downolad them or watch in mpv. (wget print 404 error with scraped url)
Theoretically i know how to downolad using Google Chrome (F12=>Networking=>Media=>Copy as Curl)

Maybe this will help

@rewida17 rewida17 changed the title Generic extarctor fail on JWplayer [ResetOn]Generic extarctor fail on JWplayer Nov 20, 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.