Commit Graph

585 Commits

Author SHA1 Message Date
tigerenwork 451cc3e0c3 feat: 新增内嵌视频播放器,支持在线播放已完成视频 2026-08-12 00:16:14 +08:00
tigerenwork 90c4115f20 Publish v1.16 2026-08-11 23:07:51 +08:00
tigerenwork aa63d6e28a build: apt 使用阿里云镜像,加速国内网络下的镜像构建 2026-08-11 23:07:51 +08:00
tigerenwork e7ec875a32 fix: 侧边栏文件夹计数跟随状态筛选变化 2026-08-11 23:07:51 +08:00
tigerenwork 33424409d5 feat: 全新界面改版,新增缩略图、侧边栏导航与 Toast 反馈 2026-08-11 01:46:10 +08:00
tigerenwork 1c9cfd84bf Publish v1.14 2026-08-09 15:09:59 +08:00
tigerenwork d14336ff51 feat: 支持更改下载文件夹并移动已完成文件 2026-08-09 14:59:01 +08:00
tigerenwork e74559f704 chore: 升级 yt-dlp 至 2026.7.4 并启用 Chrome 指纹伪装 2026-08-08 01:39:08 +08:00
tigerenwork d95a97d656 feat: 下载列表增加标签页切换并优化 Docker 构建缓存分层 2026-08-08 00:49:01 +08:00
tigerenwork 9cf1c79f2a refactor: 使用 buildx 跨平台构建并发布镜像 2026-08-07 22:47:35 +08:00
tigeren b1cfc10517 Publish v1.10: group-by-folder view toggle, versioning rule, publish script 2026-08-07 14:15:04 +00:00
tigeren f3be397a96 Add headless watcher and mark-watched features; update Dockerfile and docs
- Add app/headless_watcher.py and app/mark_watched.py
- Update main.py, ytdl.py, Dockerfile, docker-compose.yml
- Update DEPLOY.md, README.md, pyproject.toml, uv.lock
- Ignore /downloads and /metube-config/cookies in .gitignore
2026-08-07 05:39:28 +00:00
tigeren 159bf3b6e6 feat: [v1.8]更新yt-dlp版本至v2025.12.8 2026-01-01 11:50:55 +00:00
tigeren 0d27545821 删除cookie 2025-11-24 16:13:13 +00:00
tigeren 47e3d881a1 增加重复url通知 2025-11-24 16:11:42 +00:00
tigeren f5024383bf feat:[v1.7]增加重复url通知 2025-11-24 16:11:37 +00:00
tigeren b042805d46 feat:[v1.6]优化解决文件名重复的问题 2025-11-23 13:15:57 +00:00
tigeren 9e3cb6ff64 feat:[v1.5]升级yt-dlp,支持xhamster 2025-11-23 03:38:59 +00:00
tigeren 1670c5d7fc feat: 修复增加下载网站tag引入的一个bug 2025-11-22 19:06:41 +00:00
tigeren 3c3d418a07 feat: 增加下载网站的tag及文件状态 2025-11-22 18:44:26 +00:00
tigeren f6a9e6a1dd feat: 支持pornhub的playlist下载 2025-11-16 03:31:54 +00:00
tigeren 424c9c6f3c feat: mediadl已更新至1.1版 2025-11-15 15:42:50 +00:00
tigeren 95f855fd8a feat: 支持cookie发送、保存 2025-11-15 12:03:24 +00:00
tigeren c3fea47248 fix(docker): change default user to root and update entrypoint script
- Set default UID and GID environment variables to 0 (root) in Dockerfile
- Update entrypoint script to reflect running as root is now default behavior
- Remove ownership change commands for directories in entrypoint script
- Log the running user message with updated UID and GID values
- Ensure application runs with su-exec using root user credentials
2025-11-08 09:41:03 +00:00
AutoUpdater 3bef839e18 upgrade yt-dlp from 2025.10.14 to 2025.10.22 2025-10-23 00:08:21 +00:00
AutoUpdater 1b32d49fcf upgrade yt-dlp from 2025.9.26 to 2025.10.14 2025-10-15 00:08:15 +00:00
Alex c4d7dd9948
Merge pull request #789 from alexta69/copilot/fix-32a91bc7-90af-4cfd-a3e1-d04a36659489
Fix AttributeError when serializing objects without __dict__ attribute
2025-10-01 09:01:17 +03: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
copilot-swe-agent[bot] 136c722636 Initial plan 2025-10-01 05:39:15 +00:00
Alex Shnitman 588119d9eb README fixes 2025-09-28 08:51:27 +03:00
Alex adf341f857
Merge pull request #786 from exterrestris/restore-performance
Improve performance of restoring queued/pending items on restart
2025-09-27 16:47:26 +03:00
Sean Ellingham 27aa865c37 Improve performance of restoring queues on restart 2025-09-27 14:08:19 +01:00
AutoUpdater d19ca4e87a upgrade yt-dlp from 2025.9.23 to 2025.9.26 2025-09-27 00:07:59 +00:00
Alex db302b339d
Merge pull request #782 from exterrestris/restore-pending
Restore pending downloads on start
2025-09-26 16:43:01 +03:00
Sean Ellingham cfd464f7be Include auto_start status in add info log 2025-09-26 14:07:08 +01:00
Sean Ellingham 991a0c523a Restore pending downloads on start 2025-09-26 13:28:33 +01:00
Alex Shnitman 3524270d45 reorganized README 2025-09-26 15:15:54 +03:00
Alex Shnitman aa8d9eb712 add deno (closes #779) 2025-09-24 16:34:48 +03:00
Alex Shnitman ca875665c9 move to uv package manager 2025-09-24 16:30:58 +03:00
Alex 87b6a6412c
Merge pull request #778 from phuslu/patch-1
Use "exec python3" in docker-entrypoint.sh
2025-09-24 09:45:43 +03:00
Phus Lu a9894a4028
Use "exec python3" in docker-entrypoint.sh
To reduce the processes in metube container
2025-09-24 12:03:36 +08:00
AutoUpdater 923bc9894e upgraded yt-dlp 2025-09-24 00:08:59 +00:00
Alex Shnitman 33c69087ce issue and discussion templates 2025-09-08 22:20:08 +03:00
AutoUpdater 6d88900ba8 upgraded yt-dlp 2025-09-06 00:09:01 +00:00
Alex Shnitman c6af5c6cee upgrade dependencies 2025-08-28 09:23:15 +02:00
AutoUpdater b0ccfb2e8c upgraded yt-dlp 2025-08-28 00:09:17 +00:00
Alex Shnitman a1246382b5 upgrade dependencies 2025-08-26 21:11:23 +02:00
vNawar df8ddc481c Ignore runtime DB files (queue, completed, pending) 2025-08-26 21:07:12 +02:00
Thomas TEXIER e56eb6e5de Update formats.ts 2025-08-26 21:06:54 +02:00