Change domain lagi

This commit is contained in:
yasirarism 2023-03-21 06:58:57 +07:00 committed by GitHub
parent 3e5fc4ceba
commit 6ced5514ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,7 +299,7 @@ async def getDataMelong(msg, kueri, CurrentPage, user):
# GoMov GetData
async def getDataGomov(msg, kueri, CurrentPage, user):
if not SCRAP_DICT.get(msg.id):
gomovv = await http.get(f"https://gomov.ink/?s={kueri}", headers=headers)
gomovv = await http.get(f"https://gomov.club/?s={kueri}", headers=headers)
text = BeautifulSoup(gomovv, "lxml")
entry = text.find_all(class_="entry-header")
if entry[0].text.strip() == "Nothing Found":