diff --git a/youtube_dl_gui/downloaders.py b/youtube_dl_gui/downloaders.py index a764c62..907199c 100644 --- a/youtube_dl_gui/downloaders.py +++ b/youtube_dl_gui/downloaders.py @@ -460,6 +460,9 @@ def extract_data(stdout): data_dictionary['filename'] = filename data_dictionary['extension'] = extension + elif stdout[0][0] != '[' or stdout[0] == '[debug]': + pass # Just ignore this output + else: data_dictionary['status'] = 'Pre Processing'