Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uk365 committed Jan 30, 2024
1 parent 81d9439 commit ca9448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FZBypass/core/bypass_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async def toonworld4all(url: str):
prsd = prsd[:-2]
return prsd

async def tamilmv(url):
async def tamilmv(url):
req=requests.get(url)
soup=bs(req.content,'html.parser')
magnets=soup.findAll('a')
Expand Down

0 comments on commit ca9448c

Please sign in to comment.