mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 02:54:52 +00:00
Tes update
This commit is contained in:
parent
2cd72cce50
commit
17fb45e24f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue