mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Refactor
This commit is contained in:
@@ -209,8 +209,8 @@ class Batoto extends MProvider {
|
|||||||
final img = parseHtml(itemHtml).selectFirst("img").getSrc;
|
final img = parseHtml(itemHtml).selectFirst("img").getSrc;
|
||||||
|
|
||||||
final url = parseHtml(itemHtml).selectFirst("a").getHref;
|
final url = parseHtml(itemHtml).selectFirst("a").getHref;
|
||||||
images.add(img);
|
images.add(img.replaceAll(";", "&"));
|
||||||
urls.add(url.replaceAll(";", "&"));
|
urls.add(url);
|
||||||
final title = element.selectFirst("a.item-title").text;
|
final title = element.selectFirst("a.item-title").text;
|
||||||
|
|
||||||
names.add(title);
|
names.add(title);
|
||||||
|
|||||||
Reference in New Issue
Block a user