Commit Graph

4 Commits

Author SHA1 Message Date
Mikhail Yevchenko 244a624bb9 Refine .gitignore 2026-04-01 11:11:49 +00:00
Mikhail Yevchenko ff6e727ae7 Initial implementation of yt-dlp HLS proxy server
- Flask app with HLS proxy routes (/hls, /player, /)
- yt-dlp integration with 365-day in-memory cache
- URL validation with allowed domains (youtube, pornhub, etc)
- HTML5 HLS player with hls.js
- Unit tests: URL validation, cache, error handling
- Integration tests: ffmpeg-generated test video, full proxy chain
- Environment-based configuration (PORT, CACHE_TTL, LOG_LEVEL)
- MIT license
2026-04-01 11:10:05 +00:00
Mikhail Yevchenko 3d434dff6c Update AGENTS.md with project structure and implementation details for yt-dlp proxy server 2026-04-01 10:52:24 +00:00
Mikhail Yevchenko 8797b2989a Add devcontainer configuration and initial documentation for yt-dlp proxy server 2026-04-01 10:21:50 +00:00