Provider:
-
Frembed:
- Added automatic fallback to resolve redirect of cached or default URL if the main portal is offline.
- Added 'rebuildService' helper method to reset service initialization upon domain changes.
- Added detailed logcat logging with 'FrembedProvider' tag for monitoring URL resolution.
-
Anikoto thanks to @Paduu29:
- Added new anime provider.
-
Mkissa thanks to @Paduu29:
- Added new English anime provider.
-
Seriesflixhd and Pelisflixhd thanks to @Paduu29:
- Added new Spanish providers.
-
CineCityProvider / MAGISTV thanks to @NANDOFS:
- Added new IPTV provider with TV show support in Provider.kt.
- Implemented M3U playlist parsing with support for obfuscated URLs, logos, and category grouping.
- Added robust stream validation logic to detect and bypass dead links, HTML false positives, and encrypted DRM content.
- Included a fallback video mechanism for unavailable or unsupported streams.
-
MEGAKino thanks to @SuperNova-Repo:
- Updated provider base URL.
Extractor:
-
Frembed:
- Added HTTP redirect (Location header) handling on API calls with dynamic cache update, service reset, and transparent retry on the updated domain.
- Added detailed logcat logging with 'FrembedExtractor' tag for monitoring server search and redirect link resolution.
- Added mapping for 'juliewomanwish' to 'voe' in 'getExtractorName'.
-
Voe:
- Added a new alias URL used by the Frembed provider (juliewomanwish).
-
Uqload:
- Updated with 'JsUnpacker' to de-obfuscate compressed eval(function(p,a,c,k,e,d)...) scripts.
- Adjusted regex to extract video URL from 'file' parameter of decoded script.
- Added 'User-Agent' header both to HTML source request and returned video metadata for playback.
-
Nekostream thanks to @Paduu29:
- Added new extractor.
-
Nuupload thanks to @Paduu29:
- Added new extractor and link extraction for obfuscated links to other extractors.
General Fixes and Improvements: