From 17fb45e24f35341a5285790b2101d66318125b40 Mon Sep 17 00:00:00 2001 From: yasir Date: Sun, 8 Jan 2023 20:33:38 +0700 Subject: [PATCH] Tes update --- misskaty/plugins/scrapwebsite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/scrapwebsite.py b/misskaty/plugins/scrapwebsite.py index 5b697d7a..20d3644b 100644 --- a/misskaty/plugins/scrapwebsite.py +++ b/misskaty/plugins/scrapwebsite.py @@ -47,7 +47,7 @@ async def zonafilm(_, msg): except IndexError: title = "" try: - html = await http.get(f"http://173.212.199.27/?s={title}", headers=headers) + html = await http.get(f"https://zonafilm.icu/?s={title}", headers=headers) text = BeautifulSoup(html.text, "lxml") entry = text.find_all(class_="entry-header") if "Nothing Found" in entry[0].text: