Git Product home page Git Product logo

Comments (6)

jaysonlong avatar jaysonlong commented on June 13, 2024

ad5ba84 更新了

from webvideo-downloader.

xmhwws avatar xmhwws commented on June 13, 2024

反馈一个情况,不知道是不是bug:
以上面发的链接,蓝光格式为例,每一段一开始下载速度几MB/S,到每一段后面时,速度降到几十KB/S
2020-09-14_00-31-54_2

这样,下载一个视频速度就很慢

2.昨天晚上可以下载,今天再下载就报SSL错误
2020-09-14_12-54-29

from webvideo-downloader.

jaysonlong avatar jaysonlong commented on June 13, 2024
  1. 多线程下载到最后较快的线程都完成之后,只剩1-2个慢速线程在继续下载,速度变慢,另外某些服务器也会对连接最后的部分字节流进行限速。网络足够顺畅时(低延迟,高带宽)不会出现这个问题。
  2. 这个是你的环境问题,最常见的是使用了代理,而代理进行了中间人攻击,另外某些 python 版本的 urllib 库也会出现这个 bug。

解决方案

  1. 可使用命令行参数 -t:f 减少线程数,具体可根据网络情况和文件大小确定。小文件可设置单线程或少数几个线程下载。
  2. 换个网络环境,或者在 requests 库发送请求时禁用 ssl 证书验证(verify=False)。

from webvideo-downloader.

xmhwws avatar xmhwws commented on June 13, 2024

1.还是上面的链接,不知道为什么腾讯视频的下载按钮又没了,B站倒是没问题
2020-09-19_11-35-24_2
2020-09-19_11-37-53

2.下载错误解决了,是我电脑代理问题

from webvideo-downloader.

jaysonlong avatar jaysonlong commented on June 13, 2024

刷新,刷到弹出为止。

from webvideo-downloader.

jaysonlong avatar jaysonlong commented on June 13, 2024

更新优化了

from webvideo-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.