| .. |
|
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
|
mostly linter fixes.
|
2025-01-28 19:43:51 +03:00 |
|
common.py
|
Make it possible to manage presets via webui
|
2025-03-04 02:11:17 +03:00 |
|
config.py
|
add the new variable to enable yt-dlp console access to README
|
2025-03-07 20:13:39 +03:00 |
|
DataStore.py
|
fixed linting problems
|
2025-01-28 23:05:59 +03:00 |
|
Download.py
|
make URL options have higher proirity than preset and default options
|
2025-03-07 18:44:44 +03:00 |
|
DownloadQueue.py
|
reduce log spam
|
2025-03-08 19:56:55 +03:00 |
|
Emitter.py
|
fixed linting problems
|
2025-01-28 23:05:59 +03:00 |
|
encoder.py
|
try to direct play video first and fallback to hls if we encounter error.
|
2025-02-27 18:31:17 +03:00 |
|
EventsSubscriber.py
|
Make it possible to manage presets via webui
|
2025-03-04 02:11:17 +03:00 |
|
ffprobe.py
|
fixed linting problems
|
2025-01-28 23:05:59 +03:00 |
|
HttpAPI.py
|
parse yt-dlp header cookie for yt-dlp/url/info
|
2025-03-11 00:08:24 +03:00 |
|
HttpSocket.py
|
for some reason, people were exposing ytptube directly to internet without any authentication. therefore, we have disabled the console access by default.
|
2025-03-07 20:11:21 +03:00 |
|
ItemDTO.py
|
mostly linter fixes.
|
2025-01-28 19:43:51 +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
|
fixed linting problems
|
2025-01-28 23:05:59 +03:00 |
|
PackageInstaller.py
|
mostly linter fixes.
|
2025-01-28 19:43:51 +03:00 |
|
Playlist.py
|
better fallback if file was renamed and retains the same ID
|
2025-03-01 20:04:28 +03:00 |
|
presets.json
|
Make presets more powerful
|
2025-03-07 02:14:10 +03:00 |
|
Presets.py
|
made api/history/add easier to script
|
2025-03-09 05:09:26 +03:00 |
|
Scheduler.py
|
separated the scheduler from tasks, to allow us to schedule non add url tasks in the future
|
2025-03-02 21:49:52 +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
|
separated the scheduler from tasks, to allow us to schedule non add url tasks in the future
|
2025-03-02 21:49:52 +03:00 |
|
Utils.py
|
parse yt-dlp header cookie for yt-dlp/url/info
|
2025-03-11 00:08:24 +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
|
make URL options have higher proirity than preset and default options
|
2025-03-07 18:44:44 +03:00 |