mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
reverse episodes
This commit is contained in:
committed by
GitHub
parent
c0c2189719
commit
b43d5a7c23
@@ -6,7 +6,7 @@ const mangayomiSources = [{
|
|||||||
"iconUrl": "https://www.google.com/s2/favicons?sz=64&domain=https://autoembed.cc/",
|
"iconUrl": "https://www.google.com/s2/favicons?sz=64&domain=https://autoembed.cc/",
|
||||||
"typeSource": "multi",
|
"typeSource": "multi",
|
||||||
"isManga": false,
|
"isManga": false,
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "anime/src/all/autoembed.js"
|
"pkgPath": "anime/src/all/autoembed.js"
|
||||||
@@ -138,7 +138,7 @@ class DefaultExtension extends MProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
item.chapters = chaps;
|
item.chapters = chaps;
|
||||||
|
chaps.reverse();
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
async extractStreams(url) {
|
async extractStreams(url) {
|
||||||
|
|||||||
Reference in New Issue
Block a user