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]}]')