remove fixed domain from test

This commit is contained in:
Andrew Falgout 2022-03-12 14:50:49 -06:00 committed by GitHub
parent 093437f464
commit 6ba9477a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ class gogoanime:
self, self,
): ):
page = requests.get( 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)), cookies=dict(auth=gogoanime.get_gogoanime_auth_cookie(self)),
) )
soup = BeautifulSoup(page.content, "html.parser") soup = BeautifulSoup(page.content, "html.parser")