feat: add multiple video player support for Frieren S2 downloads
- Add Lpayer API decryption using AES (key: kiemtienmua911ca) - Add yt-dlp extraction for bypassing player blocking - Add HTTP 206 support for video validation (Range header) - Add VidMoly .biz domain support (alternative to .to) - Add SendVid extraction (working - downloaded S1 and S2 E1) - Add player fallback system with caching per anime URL - Add video URL validation before returning to downloader - Update HTTP clients with realistic browser headers - Add pycryptodome to requirements.txt - Add test file for fallback system Downloads working: SendVid (primary), Lpayer (403 issue), VidMoly (testing)
This commit is contained in:
@@ -26,3 +26,6 @@ bcrypt<4.0
|
||||
|
||||
# Scheduler for auto-download
|
||||
apscheduler==3.11.0
|
||||
|
||||
# Cryptography for AES decryption
|
||||
pycryptodome==3.20.0
|
||||
|
||||
Reference in New Issue
Block a user