mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix melongmovie domain
This commit is contained in:
parent
623fca616a
commit
3ebaca8398
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ async def getDataLendrive(msg, kueri, CurrentPage, user):
|
|||
# MelongMovie GetData
|
||||
async def getDataMelong(msg, kueri, CurrentPage, user):
|
||||
if not SCRAP_DICT.get(msg.id):
|
||||
data = await http.get(f"http://167.99.31.48/?s={kueri}", headers=headers)
|
||||
data = await http.get(f"https://melongmovie.info/?s={kueri}", headers=headers)
|
||||
bs4 = BeautifulSoup(data, "lxml")
|
||||
melongdata = []
|
||||
for res in bs4.select(".box"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue