V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
aheadlead
V2EX  ›  Python

求推荐一个 Python 的多线程 http 下载库

  •  
  •   aheadlead · Feb 6, 2018 · 3306 views
    This topic created in 3009 days ago, the information mentioned may be changed or developed.
    写工具的时候需要多线程下载数据。

    计划直接 subprocess 调用 axel,但是大部分发行版并没有预装 axel。
    所以比较麻烦。

    但不知道有没有 Python 现成的轮子,求各位大神指导一下。
    谢谢
    9 replies    2018-02-08 20:55:25 +08:00
    xiaoyu9527
        1
    xiaoyu9527  
       Feb 6, 2018
    发行版没有预装 axel
    写个脚本装个 axel 不就行了?
    既然要用 axel 下载
    想必是连网状态
    ycz0926
        2
    ycz0926  
       Feb 6, 2018
    aiohttp,异步
    go2sleep
        3
    go2sleep  
       Feb 6, 2018   ❤️ 2
    python3.6 + asyncio + uvloop + aiohttp

    接下来你只需要担心你的带宽了!

    逃 : )
    aheadlead
        4
    aheadlead  
    OP
       Feb 6, 2018
    @xiaoyu9527 不一定有权限啊
    orangeade
        5
    orangeade  
       Feb 6, 2018 via Android
    requests 啊,或者 aiohttp/tornado.httpclient + asyncio
    darkshell
        6
    darkshell  
       Feb 6, 2018 via iPhone
    @aheadlead 可以装在家目录
    mYYnSmiTEQWcCwAr
        7
    mYYnSmiTEQWcCwAr  
       Feb 6, 2018
    aria2c 单个可执行文件
    inflationaaron
        8
    inflationaaron  
       Feb 6, 2018
    @go2sleep 可能 lz 想要的是类似 requests 那样一条命令下载的,ayncio 还要手动分隔数据段再请求。

    支持使用 aria2c (
    noqwerty
        9
    noqwerty  
       Feb 8, 2018 via iPhone
    grequests ?异步版 requests
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2806 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 08:18 · PVG 16:18 · LAX 01:18 · JFK 04:18
    ♥ Do have faith in what you're doing.