Commit graph

502 commits

Author SHA1 Message Date
arabcoders
21e5dea5bf Added simple file browser 2025-03-28 01:58:22 +03:00
arabcoders
fa73e817a6 Make it possible to override the pictures backends urls. 2025-03-27 01:13:52 +03:00
arabcoders
581442d235 minor update to list view, and added download selected items. 2025-03-27 00:48:26 +03:00
arabcoders
3d9d0e222a Only show list when there are items. 2025-03-26 22:07:52 +03:00
arabcoders
edcecc6290 Added list disable for downloads. 2025-03-26 21:52:44 +03:00
arabcoders
ed1ec6fc6c Merge theme selector into the settings page. 2025-03-26 19:17:04 +03:00
Abdulmohsen
1651cc0eca
Merge pull request #230 from arabcoders/create-pull-request/patch 2025-03-26 03:32:16 +03:00
ArabCoders
5ac0bbc067 Update yt-dlp to 2025.3.26 2025-03-26 00:23:24 +00:00
arabcoders
aa3538917f Maintain playlist keys. Fixes #227 2025-03-26 00:54:46 +03:00
arabcoders
7542a9a0a4 Restore opacity on get_info 2025-03-25 20:51:50 +03:00
arabcoders
2b666517a5 add sanitize_info for get url info 2025-03-25 20:42:09 +03:00
arabcoders
b0ff4f41d0 update dependencies 2025-03-25 20:41:32 +03:00
Abdulmohsen
d29216093d
Merge pull request #225 from arabcoders/create-pull-request/patch
[yt-dlp] automated update to 2025.3.25
2025-03-25 03:34:43 +03:00
ArabCoders
af1537d43d Update yt-dlp to 2025.3.25 2025-03-25 00:23:45 +00:00
arabcoders
fad709b42b restore opacity if the video is playing. 2025-03-25 02:03:44 +03:00
arabcoders
55b3c34e68 updated README.md 2025-03-25 01:47:49 +03:00
arabcoders
c81f50a4ae minor change to add random background to the WebUI. 2025-03-25 01:38:59 +03:00
ArabCoders
37ef9314cb fix notification.emit return to return coro incase we don't have any targets. 2025-03-23 00:46:24 +03:00
ArabCoders
c46aa1cfe4 minor fix to EventBus, and trim all preset form fields. 2025-03-23 00:22:33 +03:00
ArabCoders
706dba9205 README update 2025-03-22 22:48:01 +03:00
ArabCoders
450ca3e1b7 Updated yt-dlp to 2025.3.21 2025-03-22 18:35:37 +03:00
ArabCoders
4ed7c26bb4 migrated all our emitter usage to EventBus 2025-03-22 02:05:52 +03:00
ArabCoders
07fc86565a updated the app to use EventBus 2025-03-21 23:56:02 +03:00
ArabCoders
a973ce8bcf Finalize EventBus design 2025-03-21 21:54:28 +03:00
ArabCoders
b7ded32344 bump curl_cffi=0.7.1 2025-03-20 00:40:24 +03:00
ArabCoders
5b9f085ee8 hard lock curl_cffi to 0.5.10 for yt-dlp support 2025-03-19 22:01:44 +03:00
ArabCoders
44fa844c87 pull mp4box from external source to reduce build time 2025-03-18 01:34:43 +03:00
ArabCoders
fee4440382 Update README.md 2025-03-18 00:10:20 +03:00
ArabCoders
b6fd560a64 update external packages 2025-03-17 23:55:05 +03:00
ArabCoders
c287c55773 potential fix for #217 2025-03-17 23:35:18 +03:00
ArabCoders
6f71c5ceda added /changelogs to static path 2025-03-17 00:37:09 +03:00
ArabCoders
8ce19b5a4b Add changeslog page to WebUI 2025-03-16 23:18:49 +03:00
ArabCoders
ca00aff9e3 fix params Impersonate target 2025-03-16 21:24:00 +03:00
ArabCoders
1e794a62cd updated README 2025-03-16 21:06:07 +03:00
ArabCoders
b116d48da6 added converter for date range objects param 2025-03-16 20:12:18 +03:00
ArabCoders
2e9c76a1f7 bundle mp4box into the image 2025-03-16 02:03:43 +03:00
ArabCoders
095bca9e88 more fit approch to handle yt-dlp logging messages. 2025-03-15 22:29:05 +03:00
ArabCoders
1b57e41e1b try to differentiate yt-dlp logs for each download. 2025-03-15 20:10:28 +03:00
ArabCoders
d94f004eed if the url is video with playlist, follow redirect and queue all videos in the playlist. 2025-03-15 01:29:58 +03:00
ArabCoders
7849eb8735 make break_on_existing optional and overridable by user. 2025-03-15 01:00:27 +03:00
ArabCoders
8dd7c7de1e Added indicator in the WebUI for when post-processing are running. 2025-03-15 00:06:13 +03:00
ArabCoders
bce84163f7 make sure task preset format isn't default 2025-03-14 23:14:58 +03:00
ArabCoders
83152f0e00 minor fixes to not export default format 2025-03-14 23:06:09 +03:00
ArabCoders
fc696b6afa standardize the form design, and update packages to latest version. 2025-03-14 22:46:31 +03:00
ArabCoders
b5803f94b1 added export to tasks. 2025-03-14 21:30:29 +03:00
ArabCoders
ada7b5db97 Update presets to use safe url base64 for exported string. 2025-03-13 21:47:01 +03:00
ArabCoders
cc96879a1d show play icon if hideThumbnail is set and content is embedable 2025-03-11 21:31:59 +03:00
ArabCoders
15969542ab restore check for format in preset compiling for YTDLPOpts 2025-03-11 21:06:29 +03:00
ArabCoders
608b0128b8 Made it possible to not use format in preset 2025-03-11 20:59:08 +03:00
ArabCoders
6b38c5fcd6 add advanced iOS shortcut 2025-03-11 02:19:57 +03:00