From 7504fe750a0c91510feaf797069e9efcbc547c62 Mon Sep 17 00:00:00 2001 From: Tin Lai Date: Wed, 18 Dec 2024 09:34:16 +1000 Subject: [PATCH] Update videos.py --- echo360/videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo360/videos.py b/echo360/videos.py index 8da7540..1efe0e0 100644 --- a/echo360/videos.py +++ b/echo360/videos.py @@ -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"):