From 86ed7df2abb29f261265487ae298a5ef249348a6 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Wed, 7 Dec 2022 07:55:55 +0700 Subject: [PATCH] Forgot --- 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 64fe3c30..5357cd21 100644 --- a/misskaty/plugins/scrapwebsite.py +++ b/misskaty/plugins/scrapwebsite.py @@ -135,7 +135,7 @@ async def savefilm21(_, message): } html = await http.get( - f"http://38.242.196.210/?s={judul}", headers=headers, allow_redirects=False + f"http://38.242.196.210/?s={judul}", headers=headers, follow_redirects=False ) soup = BeautifulSoup(html.text, "lxml") res = soup.find_all(class_="entry-title")