about summary refs log tree commit diff
path: root/test/test_downloader_http.py
Commit message (Collapse)AuthorAgeFilesLines
* [downloader/http] Only check for resumability when actually resumingdirkf2023-03-191-1/+1
|
* [feat]: Add support to external downloader aria2p (#31500)teddy1712023-02-131-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add class Aria2pFD * feat: create call_downloader function * feat: a colorful download interface to aria2pFD * feat: change value name * Apply suggestions from code review Co-authored-by: dirkf <fieldhouse@gmx.net> * Typo in suggestion * fix: remove unused value * fix: add not function to return value(0 is normal); add total_seconds to download.eta(timedelta object); add waiting status when hook progress * fix: remove unuse method ..utils.format_bytes * fix: be up to flake8 * fix: be up to flake8 * Apply suggestions from code review * [feat] test external downloader aria2p * [feat] test external downloader aria2p * [fix] test_external_downloader.py * Apply suggestions from code review Co-authored-by: dirkf <fieldhouse@gmx.net> * Apply suggestions from code review Co-authored-by: dirkf <fieldhouse@gmx.net> * Update test/test_external_downloader.py Co-authored-by: dirkf <fieldhouse@gmx.net> * Update test/test_external_downloader.py Co-authored-by: dirkf <fieldhouse@gmx.net> * Update youtube_dl/downloader/external.py Co-authored-by: dirkf <fieldhouse@gmx.net> * refactoring code and fix bugs * Apply suggestions from code review * Rename test_external_downloader.py to test_downloader_external.py --------- Co-authored-by: dirkf <fieldhouse@gmx.net>
* [extractor/common] Ensure response handle is not prematurely closed before ↵Xiao Di Guan2018-11-031-11/+1
| | | | it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447)
* [test_downloader_http] Use try_rmSergey M․2018-02-031-1/+3
|
* Introduce --http-chunk-sizeSergey M․2018-02-031-0/+123