Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uk365 authored Jan 30, 2024
1 parent ce82941 commit 33f3850
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 @@ -170,7 +170,7 @@ async def tamilmv(url):
magnets=soup.findAll('a')
links=[]
#for i in magnets:
for no, (i) in magnets, start=1):
for no, (i) in (magnets, start=1):
ax = re_findall(MAGNET_REGEX, i.get_text())
try:
if i.get_text()=="MAGNET" or i.find('img').get('alt')=="magnet.png":
Expand Down

0 comments on commit 33f3850

Please sign in to comment.