Commit Graph

11 Commits

Author SHA1 Message Date
Moustapha Kodjo Amadou
451073eed6 Merge branch 'main' into main 2024-11-23 15:52:22 +01:00
RndDev123
249395f66e Add TioAnime, AnimeFenix and JKAnime + Updates to Mangafire and Aniworld
- New Source: TioAnime source (es)
- New Source: AnimeFenix source (es)
- New Source: JKAnime source (es)
- Aniworld: Async loading for getVideoList and getDetail.
- Aniworld: Changed headers in getVideoList which helps load times.
- Mangafire: changed a query name
- Mangafire: search sometimes failed because filters were empty. I got this on android. And some other user also stated having problems with search.
- Implemented new videoExtractors and helper functions in a "library", used in all three new extensions
2024-11-23 09:47:54 +01:00
NBA2K1
5102a88ea2 filename in lowercase now 2024-11-22 16:42:50 +01:00
NBA2K1
256a13e182 New Anime Source
This is practically the same as aniworld, but also includes other shows, not just Anime.
2024-11-22 16:39:33 +01:00
NBA2K1
98a9f1d19a Fix apostrophe rendering and improve performance
Fixed apostrophe rendering in episode names (e.g., for "DAN DA DAN")
by replacing HTML character references (') with actual apostrophes.

Optimized performance by reusing a single Client instance, passing it to
parseEpisodesFromSeries() instead of creating a new instance in each loop.

Parallelized episode fetching in getDetail() using Promise.all to
improve request efficiency, replacing the sequential loop.
2024-11-22 16:20:07 +01:00
RndDev123
0b7fb63595 Increment AniWorld Version 2024-11-06 01:36:45 +01:00
RndDev123
1823af2d80 AniWorld - Doodstream & Vidoza Fix
- Implemented a vidoza extractor
- Implemented a temporary doodstream extractor until the one in the application is fixed.
- Changed quality from `${hoster} ${language}` to `${language} - ${hoster}` for better sorting and readability
2024-11-06 01:17:44 +01:00
kodjomoustapha
8bdedff5a5 fix 2024-11-05 11:16:35 +01:00
kodjomoustapha
b174ead469 fix AniWorld video extractors 2024-11-05 11:09:20 +01:00
kodjomoustapha
814045f689 fixes 2024-07-17 17:56:08 +01:00
kodjomoustapha
65b86799e5 feat:JS new sourcces AniWorld(DE) & AllAnime(EN) 2024-03-28 11:15:21 +01:00