extension(animez): Better episode title

This commit is contained in:
Swakshan
2025-03-17 18:24:40 +05:30
parent 060e7faba5
commit d0db616ff6

View File

@@ -6,7 +6,7 @@ const mangayomiSources = [{
"iconUrl": "https://www.google.com/s2/favicons?sz=256&domain=https://animez.org/",
"typeSource": "multi",
"itemType": 1,
"version": "1.0.0",
"version": "1.0.1",
"pkgPath": "anime/src/en/animez.js"
}];
@@ -161,6 +161,7 @@ class DefaultExtension extends MProvider {
scanlator = "Dub"
}
title = title.indexOf("Movie") > -1? title : `Episode ${title}`
var epData = {
name:title,
url:epLink,