Skip to content

Commit

Permalink
fix(ehentai): fix the value of base_url and base_url_ex
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed May 1, 2024
1 parent 855d736 commit 78074de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PicImageSearch/ehentai.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class EHentai(HandOver):

def __init__(
self,
base_url: str = "https://e-hentai.org",
base_url_ex: str = "https://exhentai.org",
base_url: str = "https://upld.e-hentai.org",
base_url_ex: str = "https://upld.exhentai.org",
covers: bool = False,
similar: bool = True,
exp: bool = False,
Expand Down

0 comments on commit 78074de

Please sign in to comment.