Skip to content

Commit

Permalink
Update videos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soraxas authored Dec 17, 2024
1 parent 1358dd2 commit 7504fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo360/videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def download(self, output_dir, filename, pool_size=50):

def download_single(self, session, single_url, output_dir, filename, pool_size):
if os.path.exists(os.path.join(output_dir, filename + ".mp4")):
print(f" > Skip download video")
print(" > Skipping downloaded video")
print("-" * 60)
return True
if single_url.endswith(".m3u8"):
Expand Down

0 comments on commit 7504fe7

Please sign in to comment.