arabcoders
|
4986aea300
|
fix an issue with objection mutation in timed_lru_cache cache
|
2025-09-16 22:41:53 +03:00 |
|
arabcoders
|
27893bcbf9
|
Add desc & sidecar to item data
|
2025-09-16 17:00:32 +03:00 |
|
arabcoders
|
215a023da8
|
Cache calls to frequently called functions
|
2025-09-15 19:34:03 +03:00 |
|
arabcoders
|
7ad2bd6358
|
[FEAT] Add per extractor limits. Closes #421
|
2025-09-14 21:58:54 +03:00 |
|
arabcoders
|
1ce7c82d9c
|
improve logic for codec selection
|
2025-09-14 01:30:34 +03:00 |
|
arabcoders
|
669f70d9b8
|
fixes
|
2025-09-12 19:34:12 +03:00 |
|
arabcoders
|
7a50cb34d8
|
fix linter issues
|
2025-09-11 21:49:39 +03:00 |
|
arabcoders
|
fae1d7c577
|
improved match_str by implementing extended subset.
|
2025-09-11 02:09:48 +03:00 |
|
arabcoders
|
1c9a893865
|
Reimplemented Archive feature
|
2025-08-30 20:45:17 +03:00 |
|
arabcoders
|
ed4bb1e440
|
finalizing removed features
|
2025-08-30 01:50:42 +03:00 |
|
arabcoders
|
db57d6de11
|
Refactor code for improved type hinting; add unarchive functionality to tasks API and UI.
|
2025-08-30 01:02:13 +03:00 |
|
arabcoders
|
da8358bad6
|
Further updates on how we handle archive status
|
2025-08-29 22:11:14 +03:00 |
|
arabcoders
|
fd999211ef
|
add deprecated notice.
|
2025-08-29 18:41:13 +03:00 |
|
arabcoders
|
deed79b8d2
|
major refactor of archive_file handling
|
2025-08-29 18:41:13 +03:00 |
|
arabcoders
|
71bd40a2e8
|
added new endpoint to get urls archive ids
|
2025-08-27 16:28:19 +03:00 |
|
arabcoders
|
19b9f8dc6c
|
Added support for pausing adding items from playlist.
|
2025-08-25 17:34:40 +03:00 |
|
arabcoders
|
89d4c026c5
|
Added built-in reference for yt-dlp options.
|
2025-08-19 22:24:51 +03:00 |
|
arabcoders
|
2d82737a3a
|
Add configurable download_path depth env to control auto complete depth
|
2025-08-02 16:32:56 +03:00 |
|
arabcoders
|
da6bd95733
|
Fix threading issue on windows exe
|
2025-08-01 17:03:26 +03:00 |
|
arabcoders
|
964a24cdd5
|
completed the ts migration
|
2025-07-26 21:14:53 +03:00 |
|
arabcoders
|
a7e8d242c9
|
Completed the events system upgrade and expanded the notifications events with support for apprise.
|
2025-07-19 19:45:07 +03:00 |
|
arabcoders
|
112da01105
|
Major notification update to add initial support for apprise URLs.
|
2025-07-18 00:10:14 +03:00 |
|
arabcoders
|
9d24fc01b4
|
Make it possible to cancel download and retain the temp data, ref #332
|
2025-07-11 18:18:45 +03:00 |
|
arabcoders
|
9ff9735a2f
|
Added the ability to add item in paused state
|
2025-07-08 22:13:45 +03:00 |
|
arabcoders
|
ef2094f140
|
finalize changes for native apps.
|
2025-07-06 00:08:53 +03:00 |
|
arabcoders
|
ebb7299053
|
Implements ytdlp filter logic to our own playlist processing.
|
2025-06-27 20:12:32 +03:00 |
|
arabcoders
|
c367b7a5d3
|
strip leading/ending whitespace from task data.
|
2025-06-23 13:37:41 +03:00 |
|
arabcoders
|
784671cb24
|
Fix premiere re-queue.
|
2025-06-15 18:45:18 +03:00 |
|
arabcoders
|
4367fb0937
|
Add option to remove item from archive, and minor ui updates.
|
2025-06-14 21:29:25 +03:00 |
|
arabcoders
|
bb41eadde7
|
add the ability to prevent downloading youtube premiere initial stream.
|
2025-06-14 00:59:57 +03:00 |
|
arabcoders
|
c1f8fd5f58
|
rename api namespace
|
2025-06-13 00:45:46 +03:00 |
|
arabcoders
|
400cf7bec3
|
completely refactored HttpAPI into more manageable routes.
|
2025-06-12 00:57:37 +03:00 |
|
arabcoders
|
294ec31e94
|
completed path migration
|
2025-06-10 12:29:21 +03:00 |
|
arabcoders
|
6c8fd05886
|
WiP: More migration to Path
|
2025-06-10 01:08:44 +03:00 |
|
arabcoders
|
93ff749dee
|
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 |
|
arabcoders
|
b1bc399a0c
|
WiP: more changes to classes to support Path
|
2025-06-09 00:47:11 +03:00 |
|
arabcoders
|
6a9beea89e
|
WIP: Migrated DownloadQueue to use Path
|
2025-06-09 00:14:14 +03:00 |
|
arabcoders
|
1f1fbbac01
|
WIP: more changes to support webview in the future.
|
2025-06-08 23:45:00 +03:00 |
|
arabcoders
|
0f0dd51a41
|
Add support for running YTPTube from sub-directory. Fix #295
|
2025-06-05 21:04:00 +03:00 |
|
arabcoders
|
46b57e06e7
|
Add list view for tasks.
|
2025-06-04 00:35:36 +03:00 |
|
arabcoders
|
f57f1d3916
|
Fix symlinks in file browser. Fixes #288
|
2025-06-04 00:33:45 +03:00 |
|
arabcoders
|
5af4655429
|
Fix not being able to add --sponsorblock-mark
|
2025-06-03 16:40:51 +03:00 |
|
arabcoders
|
647acc488d
|
Fix problem with processing playlist
|
2025-05-23 18:20:35 +03:00 |
|
arabcoders
|
f1a04acaaf
|
Fixes to live_from_start
|
2025-05-02 13:18:14 +03:00 |
|
arabcoders
|
cc65b4b3ae
|
Communicate more error logs to user when yt-dlp throws them.
|
2025-05-01 18:28:12 +03:00 |
|
arabcoders
|
d4ca763adb
|
reverted some changes to logging
|
2025-04-28 18:15:11 +03:00 |
|
arabcoders
|
2d86aaefac
|
attempt at fixing duplicate logging
|
2025-04-27 19:44:44 +03:00 |
|
arabcoders
|
ca10ce281b
|
Import ag_utils
|
2025-04-26 17:56:01 +03:00 |
|
arabcoders
|
4f0e5d5549
|
minor fixes
|
2025-04-22 17:38:05 +03:00 |
|
arabcoders
|
0b79b6f6aa
|
Automatically re-queue upcoming live streams in history.
|
2025-04-22 16:52:52 +03:00 |
|