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

[Youtube] Ratebypass no longer works #15325

Closed
4 of 8 tasks
Tyrrrz opened this issue Jan 18, 2018 · 3 comments
Closed
4 of 8 tasks

[Youtube] Ratebypass no longer works #15325

Tyrrrz opened this issue Jan 18, 2018 · 3 comments

Comments

@Tyrrrz
Copy link

Tyrrrz commented Jan 18, 2018

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 2018.01.14. 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 2018.01.14

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

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

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['_QdPW8JrYzQ', '-f', '251', '-v']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2018.01.14
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] _QdPW8JrYzQ: Downloading webpage
[youtube] _QdPW8JrYzQ: Downloading video info webpage
[youtube] _QdPW8JrYzQ: Extracting video information
[debug] Invoking downloader on 'https://r13---sn-3c27sn7k.googlevideo.com/videoplayback?keepalive=yes&nh=IgpwcjAyLmticDAzKgkxMjcuMC4wLjE&pl=18&initcwndbps=1393750&sparams=clen%2Cdur%2Cei%2Cgir%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Ckeepalive%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cnh%2Cpl%2Crequiressl%2Csource%2Cexpire&source=youtube&mt=1516289287&key=yt6&mime=audio%2Fwebm&clen=7554639&ipbits=0&itag=251&mn=sn-3c27sn7k&mm=31&signature=46139BF232DAF5CF4F6A41703F029BD78E20947A.4C3CADAF3E826381536E301B6764BC585681C323&gir=yes&dur=588.321&ms=au&mv=m&requiressl=yes&lmt=1497754431135135&ip=xxx.xxx.xxx.xxx&ei=W71gWtm_FYGA0wXt_b2ADw&expire=1516310971&id=o-AL9JmhKfh44w3MjmGvlb-zHtJxFQQE3QQMOXW724LeqE&ratebypass=yes'
[download] Destination: This is what happens when you reply to spam email _ James Veitch-_QdPW8JrYzQ.webm
[download] 100% of 7.20MiB in 02:16
...
<end of log>

Description of your issue, suggested solution and other information

ratebypass no longer has any effect, which results in extremely slow download speed. Observed in #15302, #15271, Tyrrrz/YoutubeExplode#85. Only affects adaptive streams, muxed streams still work, which makes me think the issue is that ratebypass is not listed in sparams, while forcefully adding it breaks the signature.

@Tyrrrz Tyrrrz changed the title Ratebypass no longer works [Youtube] Ratebypass no longer works Jan 18, 2018
@dstftw
Copy link
Collaborator

dstftw commented Jan 18, 2018

PRs welcome if you have any solution.

@Tyrrrz
Copy link
Author

Tyrrrz commented Jan 21, 2018

Muxed streams are the ones that have audio+video from the beginning and are limited to 720p.

@artiemog
Copy link

Why was this issue closed? Has a solution been implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@dstftw @Tyrrrz @artiemog and others