Merge pull request #7 from digitalw00t/domainfix

remove fixed domain from test
This commit is contained in:
Karl Hudgell 2022-03-12 21:10:13 +00:00 committed by GitHub
commit 72cef9b292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")