Update anime providers

This commit is contained in:
Dymas
2026-08-14 12:21:15 +02:00
parent ef1c73975f
commit 89f20235ac
3 changed files with 75 additions and 27 deletions
+1 -12
View File
@@ -301,17 +301,6 @@ async function processServer(server) {
return null;
}
module.exports = {
name: "pahe",
version: "3.1.4",
SearchAnime,
AnimeInfo,
fetchEpisodeSources,
processServer,
fetchRecentEpisodes,
fetchEpisode,
};
// helpers for extracting video links
function extractQualityNumber(qualityString) {
const match = qualityString.match(/\d+p/);
@@ -357,7 +346,7 @@ async function extract(videoUrl, retries = 2, delay = 1000) {
module.exports = {
name: "pahe",
version: "4.0.0",
version: "4.0.1",
SearchAnime,
AnimeInfo,
fetchEpisodeSources,