mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Change domain lagi
This commit is contained in:
parent
3e5fc4ceba
commit
6ced5514ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue