ytptube/app/library/downloads
2026-02-14 20:05:08 +03:00
..
__init__.py Refactor: download module into testable chunks 2026-01-13 20:05:01 +03:00
core.py fix: remove unnecessary terminator call and improve exception handling in status tracker 2026-02-13 18:16:18 +03:00
hooks.py fix: remove unnecessary terminator call and improve exception handling in status tracker 2026-02-13 18:16:18 +03:00
item_adder.py fix: some times adding a link fails with UnboundLocalError 2026-02-14 18:49:52 +03:00
monitors.py refactor: limit concurrent extract info calls to prevent loop blocking 2026-01-14 16:11:21 +03:00
playlist_processor.py refactor: isolate yt_dlp related code into submodule 2026-01-27 19:36:13 +03:00
pool_manager.py refactor: limit concurrent extract info calls to prevent loop blocking 2026-01-14 16:11:21 +03:00
process_manager.py Refactor: download module into testable chunks 2026-01-13 20:05:01 +03:00
queue_manager.py refactor: isolate yt_dlp related code into submodule 2026-01-27 19:36:13 +03:00
status_tracker.py feat: improve status tracking in downloads 2026-02-14 20:05:08 +03:00
temp_manager.py Refactor: download module into testable chunks 2026-01-13 20:05:01 +03:00
types.py Refactor: download module into testable chunks 2026-01-13 20:05:01 +03:00
utils.py Refactor: better final filename status tracking 2026-01-14 19:50:35 +03:00
video_processor.py chore: packages update and some formatting 2026-02-05 01:28:06 +03:00