ytptube/app/library
2025-06-09 23:19:52 +03:00
..
ag_utils.py Import ag_utils 2025-04-26 17:56:01 +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
conditions.py WiP: more changes to classes to support Path 2025-06-09 00:47:11 +03:00
config.py We no longer auto load cookies.txt from config path. it must be set via the ytdlp.cli or preset. 2025-06-09 23:19:52 +03:00
DataStore.py WIP: more changes to support webview in the future. 2025-06-08 23:45:00 +03:00
Download.py WIP: more changes to support webview in the future. 2025-06-08 23:45:00 +03:00
DownloadQueue.py WIP: Migrated DownloadQueue to use Path 2025-06-09 00:14:14 +03:00
encoder.py migrated all our emitter usage to EventBus 2025-03-22 02:05:52 +03:00
Events.py Added info dict condition checker 2025-05-07 17:58:33 +03:00
ffprobe.py WiP: more changes to classes to support Path 2025-06-09 00:47:11 +03:00
HttpAPI.py We no longer auto load cookies.txt from config path. it must be set via the ytdlp.cli or preset. 2025-06-09 23:19:52 +03:00
HttpSocket.py WiP: more changes to classes to support Path 2025-06-09 00:47:11 +03:00
ItemDTO.py WIP: more changes to support webview in the future. 2025-06-08 23:45:00 +03:00
LogWrapper.py reverted some changes to logging 2025-04-28 18:15:11 +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 WiP: more changes to classes to support Path 2025-06-09 00:47:11 +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 Minor changes to preset to include descriptions. 2025-05-20 19:02:44 +03:00
Presets.py Refactor terminology from "CLI arguments" to "command options for yt-dlp" across multiple files for consistency and clarity. 2025-06-04 21:54:53 +03:00
Scheduler.py added some protection aganist staled download blocking the download queue. 2025-04-19 17:44:09 +03:00
Segments.py Refactor streaming logic to be more efficient 2025-06-01 18:22:19 +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 Refactor terminology from "CLI arguments" to "command options for yt-dlp" across multiple files for consistency and clarity. 2025-06-04 21:54:53 +03:00
Utils.py We no longer auto load cookies.txt from config path. it must be set via the ytdlp.cli or preset. 2025-06-09 23:19:52 +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 Refactor terminology from "CLI arguments" to "command options for yt-dlp" across multiple files for consistency and clarity. 2025-06-04 21:54:53 +03:00