Files
kodjodevf-mangayomi-extensions/javascript
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
..
2024-11-19 18:11:27 +01:00
+
2024-11-19 18:27:35 +01:00