New Source (SerienStream), Aniworld apostrophe rendering fix and improve performance #99
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/mangayomi-extensions#99
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aniworld:
Fixed apostrophe rendering in episode names (e.g., for "DAN DA DAN", episodes 1 - 4) 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.
SerienStream:
Essentially the same website as Aniworld, so I just copied Aniworld and changed some links.
I have just realized, that the "apostrophe fix" doesn't really work?
Without the "apostrophe fix", it looks like this in the fetch results:
With the "apostrophe fix" the episode titles are correctly displayed in the fetch results:
But it doesn't work, when looking at the anime details normally:
It may appear to not work because its pulled from cache. Try a series you never looked at before.