media-rip/backend/app/services
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
..
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
download.py fix: detect video from URL extension when yt-dlp extract_flat strips codec info 2026-04-01 04:21:19 +00:00
output_template.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
purge.py Fix purge: use full relative path for file deletion, clean empty dirs 2026-03-21 23:34:50 -05:00
settings.py Admin-controlled themes with visitor dark/light toggle 2026-03-22 15:58:49 -05:00
theme_loader.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00