Fix fetchHomeOverviewPage

This commit is contained in:
2024-01-28 14:07:24 +08:00
parent c9adb63a08
commit f19aff3589

View File

@@ -221,7 +221,7 @@ export class Client {
* @returns null if not logged in
*/
async fetchHomeOverviewPage() {
const url = `https://${this.host}/home.php`;
const url = `https://e-hentai.org/home.php`;
const re = await this.get(url);
if (re.redirected) {
const u = new URL(re.url);