This commit is contained in:
yasirarism 2022-12-07 07:55:55 +07:00 committed by GitHub
parent 662a300b11
commit 86ed7df2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")