ytptube/app/library/downloads
copilot-swe-agent[bot] 4b00df188f Add YTP_MAX_HISTORY setting to control number of history items saved
Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>
2026-03-09 05:50:22 +00: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 Add YTP_MAX_HISTORY setting to control number of history items saved 2026-03-09 05:50:22 +00: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 Add YTP_MAX_HISTORY setting to control number of history items saved 2026-03-09 05:50:22 +00:00
status_tracker.py Add time-based throttling to StatusTracker to reduce item_updated websocket events 2026-03-09 05:28:17 +00: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