mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
some fixes
This commit is contained in:
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
||||
"typeSource": "single",
|
||||
"isManga": false,
|
||||
"isNsfw": false,
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.15",
|
||||
"dateFormat": "",
|
||||
"dateFormatLocale": "",
|
||||
"pkgPath": "anime/src/zh/yhdm.js"
|
||||
@@ -106,6 +106,9 @@ class DefaultExtension extends MProvider {
|
||||
url: element.attr("href")
|
||||
});
|
||||
}
|
||||
if (eps[0]["url"].search("-1.html") != -1) {
|
||||
eps.reverse();
|
||||
}
|
||||
return {
|
||||
name: title,
|
||||
imageUrl: cover,
|
||||
|
||||
Reference in New Issue
Block a user