From d38712de06091c69afbfaf13955495b89fffefff Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:32:05 +0700 Subject: [PATCH] Update web_scraper.py --- misskaty/plugins/web_scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":