Skip to content

Commit

Permalink
Again Fixed 1TamilMV ✅ (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTamilKiD authored Feb 15, 2024
1 parent 4da453b commit 347e08e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FZBypass/core/bypass_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ async def toonworld4all(url: str):


async def tamilmv(url):
req = rget(url)
soup = BeautifulSoup(req.content,'html.parser')
cget = create_scraper().request
resp = cget("GET", url)
soup = BeautifulSoup(resp.text, 'html.parser')
mag = soup.select('a[href^="magnet:?xt=urn:btih:"]')
tor = soup.select('a[data-fileext="torrent"]')
parse_data = f"<b><u>{soup.title.string}</u></b>"
Expand Down

0 comments on commit 347e08e

Please sign in to comment.