ytdl-sub/src/ytdl_sub/downloaders/url
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
..
__init__.py [REFACTOR] BaseDownloader (#542) 2023-03-14 23:42:50 -07:00
downloader.py [BACKEND] Optimize memory usage (#872) 2024-01-05 13:04:01 -08:00
validators.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00