diff --git a/misskaty/plugins/web_scraper.py b/misskaty/plugins/web_scraper.py index 251e7df1..e05b0731 100644 --- a/misskaty/plugins/web_scraper.py +++ b/misskaty/plugins/web_scraper.py @@ -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":