Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Aug 5, 2024
1 parent 6338cff commit 4eae47b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions senpwai/scrapers/gogo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ def get_direct_download_links(
try:
size, link = Download.get_resource_length(link)
break
except NoResourceLengthException as e:
# DEBUG: Remove
print(e)
except NoResourceLengthException:
continue
direct_download_links.append(link)
download_sizes.append(size)
Expand Down

0 comments on commit 4eae47b

Please sign in to comment.