ytdl-sub/src/ytdl_sub/downloaders
Jesse Bannon 4d0123c8b0
[BACKEND] Optimize memory usage (#872)
Reduce memory usage significantly when pulling large channels all at once by
- Not loading entry script until it is being processed
- Deleting the entry memory once fully processed
- Disable yt-dlp from keeping entry info in memory since ytdl-sub reads it from file
2024-01-05 13:04:01 -08:00
..
info_json [BUGFIX] Properly handle UIDs that have misbehaving chars that get sanitized (#870) 2024-01-04 15:01:17 -08:00
url [BACKEND] Optimize memory usage (#872) 2024-01-05 13:04:01 -08:00
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
source_plugin.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
ytdl_options_builder.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
ytdlp.py [BUGFIX] Do not hard-fail if the thumbnail fails to download/convert (#675) 2023-07-28 13:12:46 -07:00