mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
new source : FrAnime (FR)
This commit is contained in:
@@ -195,7 +195,7 @@ getChapterUrl(MangaModel manga) async {
|
||||
if (pages.length == 1) {
|
||||
final images =
|
||||
MBridge.regExp(res, "\"images\"\\s*:\\s*(\\[.*?])", "", 1, 1);
|
||||
final pages = MBridge.jsonDecodeToList(images);
|
||||
final pages = MBridge.jsonDecodeToList(images,0);
|
||||
for (var page in pages) {
|
||||
pagesUrl.add(page);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user