updated function params

This commit is contained in:
Schnitzel5
2025-05-07 22:04:53 +02:00
parent 4da79c283c
commit 6d3623b14e
3 changed files with 5 additions and 5 deletions

View File

@@ -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);