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-09-22 00:45:32 +01:00
2024-11-19 18:11:27 +01:00
2024-08-03 07:48:08 +01:00
2024-08-03 07:48:08 +01:00
2024-11-21 09:35:19 +00:00
2023-07-08 17:48:25 +01:00
2024-05-25 19:11:58 +01:00
fix
2024-11-21 10:34:55 +01:00

Mangayomi Extensions

This repository contains the available extension catalogues for the Mangayomi app.

Contributing

Contributions are welcome!

To get started with development, see CONTRIBUTING-DART.md for create sources in Dart or CONTRIBUTING-JS.md for create sources in JavaScript.

License

Copyright 2023 Moustapha Kodjo Amadou

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Disclaimer

The developer of this application does not have any affiliation with the content providers available.

Description
Public source extensions (Manga & novels only) for the Mangayomi app.
Readme 9.2 MiB
Languages
JavaScript 56.6%
Dart 43.4%