ytptube/app/library/downloads
2026-04-27 20:58:00 +03:00
..
__init__.py Refactor: download module into testable chunks 2026-01-13 20:05:01 +03:00
core.py feat: implement patch to make Windows Popen support stopping live stream 2026-04-11 23:31:48 +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 feat: add support for ignoring conditions in downloads and UI 2026-04-27 20:58:00 +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 feat: add support for ignoring conditions in downloads and UI 2026-04-27 20:58:00 +03:00
pool_manager.py fix: better partial live download handling 2026-04-11 19:13:00 +03:00
process_manager.py fix: better partial live download handling 2026-04-11 19:13:00 +03:00
queue_manager.py refactor: fix slowness in deleting big number of items 2026-04-24 23:18:14 +03:00
status_tracker.py feat: add download_skipped flag to track intentionally skipped downloads 2026-04-10 18:07:05 +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 feat: add system limits API endpoint and UI for download capacity overview 2026-04-22 22:02:40 +03:00