mirror of
https://gitgud.io/Melon__Bread/auto-ttv-grabber.git
synced 2024-11-24 16:28:30 -05:00
Cleaned up dl-stream output
This commit is contained in:
parent
de9ff12847
commit
b3fc4f2649
5
main.py
5
main.py
@ -12,7 +12,10 @@ downloading = []
|
||||
|
||||
def download_stream(channel):
|
||||
downloading.append(channel)
|
||||
subprocess.Popen(["dl-stream", "-r", channel], start_new_session=True)
|
||||
# TODO: Output dl-stream to a log file
|
||||
subprocess.Popen(
|
||||
["dl-stream", "-r", channel], start_new_session=True, stdout=subprocess.DEVNULL
|
||||
)
|
||||
|
||||
|
||||
# Checks if the channel_list exists and if not makes one
|
||||
|
Loading…
Reference in New Issue
Block a user