Alex Shnitman
ee20512410
add option for following nightly yt-dlp releases ( closes #999 )
2026-06-06 09:42:26 +03:00
Alex Shnitman
5d96a581b9
allow filtering out members-only videos in subscriptions ( closes #971 )
2026-04-28 22:02:05 +03:00
Alex Shnitman
4f83174d05
implement time-clipped downloads ( closes #969 , replaces #907 )
2026-04-26 23:07:50 +03:00
Alex Shnitman
91ee8312bf
title filter for subscriptions ( closes #968 )
2026-04-26 22:51:48 +03:00
Alex Shnitman
1a32eba474
fix PUBLIC_HOST_URL without a trailing slash ( closes #959 )
2026-04-16 22:08:08 +03:00
Alex Shnitman
03f71fd257
fix asterisk CORS_ALLOWED_ORIGINS, mentioned in #955
2026-04-13 19:02:27 +03:00
az10b
0072d3488a
Fix permissive CORS policy that allows cross-origin attacks
...
The on_prepare handler unconditionally reflected the Origin request
header into Access-Control-Allow-Origin, and Socket.IO was configured
with cors_allowed_origins='*'. This allowed any website to make
authenticated cross-origin requests to all API endpoints, enabling
cross-origin download initiation, cookie overwrite, and data deletion.
Replace the blanket origin reflection with an explicit allowlist via
the CORS_ALLOWED_ORIGINS environment variable. When unset, cross-origin
requests are denied by default. Users who need cross-origin access can
set CORS_ALLOWED_ORIGINS to a comma-separated list of trusted origins.
2026-04-09 19:45:51 -05:00
Alex Shnitman
dd0f98d12f
change option presets to be multi-select
2026-04-04 10:25:46 +03:00
copilot-swe-agent[bot]
6e9b2dd7b3
Gate manual yt-dlp overrides behind flag
...
Agent-Logs-Url: https://github.com/alexta69/metube/sessions/31b4274d-cf48-4260-b73b-633cbcd2bb09
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2026-04-03 09:05:19 +00:00
copilot-swe-agent[bot]
565a715037
feat: add per-download yt-dlp presets and overrides
...
Agent-Logs-Url: https://github.com/alexta69/metube/sessions/8a3119fc-63d1-4508-a196-8c50ff248812
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2026-04-03 06:16:12 +00:00
Alex Shnitman
483575d24a
add subscriptions; change persistence file format to JSON ( closes #901 , #76 , #113 , #170 , #242 , #444 , #503 , #555 , #566 )
2026-04-01 14:33:24 +03:00
Alex Shnitman
a1f2fe3e73
implement tests
2026-03-20 13:12:31 +02:00
Alex Shnitman
7fa1fc7938
code review fixes
2026-03-15 20:53:13 +02:00
Alex Shnitman
5c321bfaca
reoganize quality and codec selections
2026-03-13 19:47:36 +02:00
CyCl0ne
56826d33fd
Add video codec selector and codec/quality columns in done list
...
Allow users to prefer a specific video codec (H.264, H.265, AV1, VP9)
when adding downloads. The selector filters available formats via
yt-dlp format strings, falling back to best available if the preferred
codec is not found. The completed downloads table now shows Quality
and Codec columns.
2026-03-09 08:59:01 +01:00
copilot-swe-agent[bot]
2736425e19
Revert #504 default change: restore original playlist/channel output templates
...
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2026-03-07 14:00:29 +00:00
copilot-swe-agent[bot]
0d905c0b61
Fix issues #898 , #542 , #561 , #504
...
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2026-03-07 07:19:05 +00:00
copilot-swe-agent[bot]
6de4a56f28
Remove DEFAULT_DOWNLOAD_FOLDER feature
...
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2026-03-07 06:37:09 +00:00
copilot-swe-agent[bot]
1f4c4df847
Implement DEFAULT_DOWNLOAD_FOLDER and CLEAR_COMPLETED_AFTER features ( #875 , #869 )
...
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2026-03-06 15:37:35 +00:00
Alex Shnitman
54e25484c5
some fixes in cookie upload functionality
2026-03-06 14:20:16 +02:00
ddmoney420
7cfb0c3a1d
Add cookie file upload for authenticated downloads
2026-03-04 13:29:43 -07:00
ddmoney420
880eda8435
feat: cancel playlist adding mid-operation ( closes #840 )
2026-03-01 19:11:29 -07:00
Alex Shnitman
053e41cf52
code review fixes
2026-02-27 12:58:50 +02:00
vitaliibudnyi
dd4e05325a
change delaut captions type to .srt
2026-02-27 12:46:23 +02:00
vitaliibudnyi
ce9703cd04
add advanced options for captions download format
2026-02-27 12:46:23 +02:00
Alex Shnitman
56258a4f1b
disallow upward directory traversal in request-generated templates
2026-02-19 09:32:23 +02:00
Adam Fendley
393add34b1
Add support for downloading an entire channel
2026-02-07 17:30:40 +02:00
Alex Shnitman
9be0781c7f
remove unnecessary DOWNLOAD_MODE config; always run concurrently (can limit to 1 for sequential mode)
2026-01-09 14:33:12 +02:00
Alex Shnitman
e378179e05
remove playlist strict mode (make it always true)
2026-01-09 14:26:50 +02:00
Igor Katkov
02480afddf
feat: Use OUTPUT_TEMPLATE_CHAPTER default setting
2025-12-31 00:13:55 -08:00
Igor Katkov
d51f2ce628
feat: Undo bogus formatting changes
2025-12-30 23:33:01 -08:00
Igor Katkov
962929d42d
feat: Implement chapter splitting functionality with UI controls, yt-dlp integration, and chapter file tracking.
2025-12-30 22:07:49 -08:00
Igor Katkov
09a2e95515
fix: Root logger aligns with config.LOGLEVEL
2025-12-30 10:19:30 -08:00
Igor Katkov
6ba681a3cd
fix: Moved code to respect loggin level in main.py
2025-12-30 08:45:54 -08:00
Lemon Lam
dae710a339
Suppress download progress update
...
...by sending them to debug
2025-12-26 19:42:09 +08:00
Lemon Lam
318f4f9f21
Convert to LF
2025-12-26 19:30:26 +08:00
copilot-swe-agent[bot]
ecfc188388
Make ObjectSerializer handle all iterables including generators
...
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2025-10-01 05:59:48 +00:00
copilot-swe-agent[bot]
916ed330dd
Fix AttributeError in ObjectSerializer by checking for __dict__ attribute
...
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com >
2025-10-01 05:46:23 +00:00
xerdream
d744f73552
Fix file watching not working due to relative paths
2025-08-13 15:25:07 +08:00
Alex Shnitman
8f36ca910a
simplified some logic and improved error handling
2025-07-27 10:03:51 +03:00
xerdream
7f28f17d77
change the reload options file logic
2025-07-25 13:12:32 +08:00
xerdream
91aaa9f425
remove the reload file option and consolidate code
2025-07-22 08:33:11 +08:00
xerdream
afbf8b07d6
add the ability to reload 'YTDL_OPTIONS' when file is modified
2025-07-21 11:20:53 +08:00
Alex Shnitman
2a687c92b4
change log level defaults
2025-06-28 12:00:55 +03:00
nixielectra
03be4c6329
add LOGLEVEL and ENABLE_ACCESSLOG env variables
2025-06-28 16:40:38 +08:00
Alex Shnitman
d74e8df408
add metube version. closes #83
2025-06-05 20:47:49 +03:00
Alex Shnitman
f494c4f6be
fix download folder selection dropdown. closes #678
2025-06-05 18:45:36 +03:00
Alex Shnitman
b7ef408d5d
upgrade to angular 19
2025-06-02 23:16:32 +03:00
backbonemedia
46ed0167cb
Exclude custom directories by regex
2025-05-30 20:48:38 +02:00
Alex
e281d61773
Merge branch 'master' into master
2025-03-05 19:12:29 +02:00