Fix melongmovie domain

This commit is contained in:
yasirarism 2023-03-19 17:11:59 +07:00 committed by GitHub
parent 623fca616a
commit 3ebaca8398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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