Skip to content

Commit

Permalink
forgor to add to failed in this case
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBocch committed Jan 31, 2024
1 parent 72deed3 commit 4869543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def download(links):
try:
yt = YouTube(link)
except:
failed.append(link)
print(f"Error on this link\n{link}")

try:
Expand Down

0 comments on commit 4869543

Please sign in to comment.