mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Fix fetchHomeOverviewPage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user