Skip to content

Commit

Permalink
Fix fetchHomeOverviewPage
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Jan 28, 2024
1 parent c9adb63 commit f19aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f19aff3

Please sign in to comment.