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

speed limit option #542

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

speed limit option #542

wants to merge 3 commits into from

Conversation

muzea
Copy link

@muzea muzea commented Oct 28, 2019

  • Bilibili vip video can only be downloaded 6 minutes from the beginning
  • iqiyi returns 405
  • single thread speed limit

ref: #515

Bilibili vip video, I can download it, and play normally, can't reproduce the problem.

I read other articles and other download libraries. The vf of the iqiyi vip video seems to be different from the normal video, causing the request to get 405.

This is a related analysis cmd5x, but I have seen that other popular libraries have not implemented this algorithm. May be legally risky.

If we want to calculate this vf, we may need an environment that can execute js to get the result.

I think I can only add this speed limit option.
ping @iawia002

@muzea muzea force-pushed the master branch 2 times, most recently from b11eb32 to e757910 Compare October 28, 2019 13:21
main.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Nov 9, 2019

Codecov Report

Merging #542 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #542   +/-   ##
=======================================
  Coverage   73.47%   73.47%           
=======================================
  Files           4        4           
  Lines         230      230           
=======================================
  Hits          169      169           
  Misses         59       59           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3675c72...201b590. Read the comment docs.

@muzea muzea changed the title WIP: Fix some usage issues speed limit option Nov 9, 2019
@iawia002 iawia002 force-pushed the master branch 4 times, most recently from dccdfc5 to de872ac Compare May 29, 2020 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants