Provider:
- FlixLatam:
- Resolved missing server detection caused by relative iframe URLs (e.g., /vidurl/...) not resolving with the base domain
- Added Proof of Work (SHA-256) solving to unlock server links
- Implemented AES-256-CBC decryption for encrypted links
- Added support for JWT-like format in Base64 links
- SoloLatino:
- Resolved missing server detection caused by the new AJAX-based dynamic loading system (/api/player-url/{model}/{id}) replacing static data-server-url attributes
- Implemented the same PoW and AES-CBC decryption logic
- Added support for JWT-like format in Base64 links
- Moflix:
- Added skip for premium-locked servers (where premium_locked is true). Recently, the provider restricted these servers to real premium users only (whereas they were previously usable by anyone even without a premium subscription); the presence of a premium server was causing the app itself to crash, preventing users from selecting and launching other valid servers.
- Excluded servers where both src and playback_resolve_url are empty to prevent crashes.
Extractor:
- Moflix:
- Applied the same empty link handling and premium-locked skip logic implemented for its respective provider.
- MixDrop:
- Added a new alias URL ("https://miiixdrop.net") used by some providers.