diff --git a/misskaty/plugins/web_scraper.py b/misskaty/plugins/web_scraper.py index ab27f1f2..177e3f2b 100644 --- a/misskaty/plugins/web_scraper.py +++ b/misskaty/plugins/web_scraper.py @@ -293,7 +293,7 @@ async def getDataMelong(msg, kueri, CurrentPage, user, strings): # GoMov GetData async def getDataGomov(msg, kueri, CurrentPage, user, strings): if not SCRAP_DICT.get(msg.id): - gomovv = await http.get(f"https://gomov.cfd/?s={kueri}", headers=headers, follow_redirects=True) + gomovv = await http.get(f"https://gomov.bio/?s={kueri}", headers=headers, follow_redirects=True) text = BeautifulSoup(gomovv, "lxml") entry = text.find_all(class_="entry-header") if entry[0].text.strip() == "Nothing Found":