mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 11:39:22 +01:00
remove fixed domain from test
This commit is contained in:
parent
093437f464
commit
6ba9477a89
@ -121,7 +121,7 @@ class gogoanime:
|
||||
self,
|
||||
):
|
||||
page = requests.get(
|
||||
f"https://gogoanime.film/one-piece-episode-1",
|
||||
f"https://gogoanime.{self.config['CurrentGoGoAnimeDomain']}/one-piece-episode-1",
|
||||
cookies=dict(auth=gogoanime.get_gogoanime_auth_cookie(self)),
|
||||
)
|
||||
soup = BeautifulSoup(page.content, "html.parser")
|
||||
|
Loading…
x
Reference in New Issue
Block a user