From 6ced5514ab8fd9422194b8fe209aa2882f5e5111 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 21 Mar 2023 06:58:57 +0700 Subject: [PATCH] Change domain lagi --- 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 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":