1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-19 07:13:05 +01:00
yt-dlp/yt_dlp
tcely 208ab98aa7
aria2c should overwrite the output when resuming fails
Moved renaming and overwrite arguments up with the rest.
Both cases need these arguments.

Save the control file every 10 seconds.
Resume using the control file, or overwrite if not possible.
Remove the control file when the download is completed.

Print to stderr instead, just as curl does.
2024-12-01 19:07:19 -05:00
..
__pyinstaller [rh:curlcffi] Add support for curl_cffi 2024-03-16 23:15:11 -05:00
compat [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
dependencies [core] Catch broken Cryptodome installations (#11486) 2024-11-10 00:53:49 +01:00
downloader aria2c should overwrite the output when resuming fails 2024-12-01 19:07:19 -05:00
extractor [ie/bilibili] Fix extractor (#11667) 2024-12-01 21:55:18 +00:00
networking [cleanup] Misc (#10807) 2024-09-27 22:46:22 +00:00
postprocessor [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
utils [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
__init__.py [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
__main__.py [docs] Misc Cleanup (#8977) 2024-03-11 00:48:47 +05:30
aes.py [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
cache.py [cleanup] Add more ruff rules (#10149) 2024-06-12 01:09:58 +02:00
cookies.py [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
jsinterp.py [jsinterp] Improve slice implementation (#10664) 2024-08-05 20:28:24 +00:00
minicurses.py [docs] Consistent use of e.g. (#4643) 2022-08-14 17:34:13 +05:30
options.py [cleanup] Misc (#11554) 2024-11-17 23:25:05 +00:00
plugins.py Remove Python 3.8 support (#11321) 2024-10-23 06:33:50 +00:00
socks.py [cleanup] Add more ruff rules (#10149) 2024-06-12 01:09:58 +02:00
update.py [cleanup] Deprecate more compat functions (#11439) 2024-11-17 00:24:11 +01:00
version.py Release 2024.11.18 2024-11-18 05:45:05 +00:00
webvtt.py [cleanup] Add more ruff rules (#10149) 2024-06-12 01:09:58 +02:00
YoutubeDL.py Add playlist_webpage_url field (#11613) 2024-11-23 20:42:35 +01:00