Commit graph

7 commits

Author SHA1 Message Date
NBA2K1
c163b9fed4 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
5a539c5d0b Increment AniWorld Version 2024-11-06 01:36:45 +01:00
RndDev123
cfd05732c6 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
e6f460d86d fix 2024-11-05 11:16:35 +01:00
kodjomoustapha
7d18d6c1eb fix AniWorld video extractors 2024-11-05 11:09:20 +01:00
kodjomoustapha
7972cf8660 fixes 2024-07-17 17:56:08 +01:00
kodjomoustapha
df62832999 feat:JS new sourcces AniWorld(DE) & AllAnime(EN) 2024-03-28 11:15:21 +01:00