diff --git a/main.py b/main.py index 2b913b9..343a267 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ downloading = [] def download_stream(channel): downloading.append(channel) - subprocess.run(["dl-stream", "-r", channel]) + subprocess.Popen(["dl-stream", "-r", channel], start_new_session=True) # Checks if the channel_list exists and if not makes one