ytptube/app/library
2025-04-10 02:32:38 +03:00
..
AsyncPool.py Updated the worker pool to be dynamic, and make it so that live stream downloading doesn't count towards the worker pool limit. 2025-03-08 19:53:15 +03:00
cache.py minor change to add random background to the WebUI. 2025-03-25 01:38:59 +03:00
common.py simplified the codebase and removed all backwards compat flags and checks. 2025-04-01 22:56:28 +03:00
config.py allow --cookies 2025-04-06 01:14:44 +03:00
DataStore.py in some specific cases, users were unable to delete items from history 2025-04-04 22:09:58 +03:00
Download.py minor fixes to how we handle preset cookies 2025-04-06 02:17:00 +03:00
DownloadQueue.py Show that a external dl is being used if we are stuck in preparing stage as yt-dlp doesn't trigger progress_hook 2025-04-10 01:32:32 +03:00
encoder.py migrated all our emitter usage to EventBus 2025-03-22 02:05:52 +03:00
Events.py migrate the entire app to use cli options for ytdlp and make it behave as close to cli options parsing as possible. 2025-04-06 01:03:17 +03:00
ffprobe.py fixed linting problems 2025-01-28 23:05:59 +03:00
HttpAPI.py Increase log retrieval limit and enhance log pagination metadata 2025-04-10 02:32:38 +03:00
HttpSocket.py migrate the entire app to use cli options for ytdlp and make it behave as close to cli options parsing as possible. 2025-04-06 01:03:17 +03:00
ItemDTO.py raise an error if item was using invalid preset. 2025-04-10 00:59:52 +03:00
LogWrapper.py show extract_info logs via notification 2025-02-27 00:38:39 +03:00
M3u8.py better fallback if file was renamed and retains the same ID 2025-03-01 20:04:28 +03:00
Notifications.py Only show notification target, id or url incase of error loading the target. 2025-04-09 19:41:54 +03:00
PackageInstaller.py added new env variable to auto upgrade yt-dlp on container startup 2025-04-03 19:37:44 +03:00
Playlist.py small improvements to file browser. 2025-03-28 22:17:38 +03:00
presets.json deprecate JSON yt-dlp config & Post-Processors in presets and recommand cli options. 2025-03-31 02:13:33 +03:00
Presets.py raise an error if item was using invalid preset. 2025-04-10 00:59:52 +03:00
Scheduler.py added new env variable to auto upgrade yt-dlp on container startup 2025-04-03 19:37:44 +03:00
Segments.py better fallback if file was renamed and retains the same ID 2025-03-01 20:04:28 +03:00
Singleton.py mostly linter fixes. 2025-01-28 19:43:51 +03:00
Subtitle.py better fallback if file was renamed and retains the same ID 2025-03-01 20:04:28 +03:00
Tasks.py Make task run time in log more human readable. 2025-04-01 22:47:04 +03:00
Utils.py Increase log retrieval limit and enhance log pagination metadata 2025-04-10 02:32:38 +03:00
version.py updating python code to be little more clean and implements more type checks. 2024-12-20 21:20:51 +03:00
YTDLPOpts.py minor log messages update 2025-04-06 01:50:18 +03:00