ytdl-sub/src/ytdl_sub/config
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
..
plugin [FEATURE] Filter plugins, regex helper script functions (#848) 2023-12-20 09:52:12 -08:00
validators [DOCS] Advanced scripting usage, rename Overrides to Static (#866) 2024-01-01 00:01:46 -08:00
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
config_file.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
config_validator.py [BACKEND] Remove subscription __value__ (#856) 2023-12-27 10:49:39 -08:00
defaults.py [FEATURE] Ability to change download archive name (#643) 2023-06-30 11:51:52 -07:00
overrides.py [BACKEND] Optimize memory usage (#872) 2024-01-05 13:04:01 -08:00
preset.py [BUGFIX] Actually fix subscription_name with periods in it (#861) 2023-12-29 15:41:33 -08:00
preset_options.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00