-
Mobile Settings:
- Help Section: Restored the link to the GitHub repository (mistakenly replaced with the Telegram group in the last pull request), essential as it is the only official channel for reporting issues.
- Telegram Group Link: Corrected the group username (incorrect in the last PR) and reintroduced the native intent (tg://resolve). This ensures the Telegram app opens directly, avoiding the annoying constant fallback to the web browser if the app is not set as default to handle "t.me" links.
-
Provider Fixes and Enhancements:
- FlixLatam: Massively updated the logic to adapt to the radical graphical and structural changes of the site:
- Extraction & Decryption: Updated the video extraction and decryption logic to adapt to recent structural site changes, successfully restoring the correct loading of the players.
- Set an official fixed logo (the site no longer returns a direct link to the logo, similar to AfterDark).
- Categories and Home: Fixed the loading of home categories and permanently removed the "Featured" section, which is no longer present on the renewed site. Added the use of
cleanIdto remove the "temporada" suffix from TV series links extracted from the "Últimos Episodios" category. - Search and Genres: Corrected both the fetch URLs and the extraction logic for results (for general searches and individual genre pages).
- Movies and TV Shows Tabs: Restored the pagination link for both. In the Movies tab, corrected the primary path (from "pelicula" to "peliculas"); in the TV Shows tab, restored the correct progressive loading of shows.
- Ratings, Overviews, and Exceptions: Fixed the extraction of ratings and overviews. Finally, added a rule to always interpret and mark any extracted links containing
/anime/as TV Shows.
- AfterDark: Implemented support for the new TanStack Router for dynamic category loading and updated the new API endpoints (v1/shelves) for featured content. Updated multi-hash link extraction and set a fixed logo (since the site no longer exposes a direct link to the logo).
- StreamingCommunity: Rebuilt the global pagination system for categories, genres, and Movies/TV Shows tabs by switching to the archive REST API (previously it was as if there was no pagination, constantly loading only the first results). Implemented the retrieval of totalCount to correctly calculate and manage the final pages. Finally, resolved a visual bug in the Search tab when the search is empty: now, opening any genre will correctly display the genre name as the page title instead of its numeric ID.
- FlixLatam: Massively updated the logic to adapt to the radical graphical and structural changes of the site: