media-rip/backend/app
xpltd cd883205c6 Enable yt-dlp remote JS challenge solver, consolidate base opts
- Add remote_components={'ejs:github'} to all yt-dlp invocations, fixing
  YouTube signature/n-parameter challenge failures that caused missing formats
- Extract _base_opts() method to consolidate quiet, no_warnings,
  remote_components, and extractor_args across all three call sites
- Removes PASSWORD_HASH from user-facing config comment
2026-03-21 22:46:21 -05:00
..
core Remove PASSWORD_HASH from user-facing config — plaintext PASSWORD only 2026-03-21 22:42:05 -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 Fix SSE keepalive: yield explicit ping event, enforce test timeout 2026-03-21 20:57:50 -05:00
services Enable yt-dlp remote JS challenge solver, consolidate base opts 2026-03-21 22:46:21 -05:00
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -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