From f49cb24a5360e9e64160c730dedcc751cb5ee194 Mon Sep 17 00:00:00 2001 From: Mohammad Alyetama <56323389+Alyetama@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:18:56 -0400 Subject: [PATCH] Update create_collection.py --- internetarchive_youtube/create_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internetarchive_youtube/create_collection.py b/internetarchive_youtube/create_collection.py index e68da93..f3f8d18 100644 --- a/internetarchive_youtube/create_collection.py +++ b/internetarchive_youtube/create_collection.py @@ -122,7 +122,7 @@ def create_collection(self): p_last_ten = subprocess.run(shlex.split(cmd_last_ten), shell=False, - check=True, + check=False, capture_output=True, text=True) data = json.loads(f'[{p_last_ten.stdout.strip()[:-1]}]')