mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
updated function params
This commit is contained in:
@@ -115,7 +115,7 @@ class DefaultExtension extends MProvider {
|
||||
};
|
||||
}
|
||||
|
||||
async getHtmlContent(url) {
|
||||
async getHtmlContent(name, url) {
|
||||
const client = await new Client();
|
||||
const res = await client.get(url);
|
||||
return await this.cleanHtmlContent(res.body);
|
||||
|
||||
Reference in New Issue
Block a user