media-rip/backend/app
jlightner d518304331 fix: detect video from URL extension when yt-dlp extract_flat strips codec info
archive.org and other direct-file hosts return metadata without vcodec
when using extract_flat mode. The UI was incorrectly labeling these as
'Audio Only'. Now we check the URL path extension and yt-dlp's reported
ext against known video containers as a fallback before marking a source
as audio-only.

Fixes incorrect audio-only detection for archive.org video URLs.
2026-04-01 04:21:19 +00:00
..
core Admin-controlled themes with visitor dark/light toggle 2026-03-22 15:58:49 -05:00
middleware Fix ruff lint errors: unused imports, E402 import ordering 2026-03-19 07:27:38 -05:00
models Fix playlist support, session persistence, audio detection, progress errors 2026-03-19 02:53:45 -05:00
routers Admin-controlled themes with visitor dark/light toggle 2026-03-22 15:58:49 -05:00
services fix: detect video from URL extension when yt-dlp extract_flat strips codec info 2026-04-01 04:21:19 +00:00
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
__version__.py Dynamic app version from git tag + file size display in queue 2026-03-21 23:45:48 -05:00
dependencies.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
main.py Accept plaintext admin password — hash on startup, clear from memory 2026-03-21 22:40:34 -05:00