You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl/downloader
teddy171 33db85c571 [feat]: Add support to external downloader aria2p (#31500)
* 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>
1 year ago
..
__init__.py Ignore --external-downloader-args if --external-downloader was rejected 2 years ago
common.py [downloader/common] Improve rate limit (#21301) 5 years ago
dash.py Fix typos (#21901) 5 years ago
external.py [feat]: Add support to external downloader aria2p (#31500) 1 year ago
f4m.py Fix W504 and disable W503 (closes #20863) 5 years ago
fragment.py [downloader/fragment] Set final file's mtime according to last fragment's Last-Modified header (closes #11718, closes #18384, closes #27138) 4 years ago
hls.py [downloader/hls] Disable decryption in tests (#27660) 3 years ago
http.py [downloader/http] Fix crash during urlopen caused by missing reason of URLError 4 years ago
ism.py Fix typos (#21901) 5 years ago
niconico.py [niconico] Implement heartbeat for download 2 years ago
rtmp.py [utils, etc] Kill child processes when yt-dl is killed 2 years ago
rtsp.py [downloader/rtsp] Print the command 8 years ago