mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 19:44:51 +00:00
Forgot
This commit is contained in:
parent
662a300b11
commit
86ed7df2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ async def savefilm21(_, message):
|
||||||
}
|
}
|
||||||
|
|
||||||
html = await http.get(
|
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")
|
soup = BeautifulSoup(html.text, "lxml")
|
||||||
res = soup.find_all(class_="entry-title")
|
res = soup.find_all(class_="entry-title")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue