From 83c95f563bff9b716033c7994a330a9238b44447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 10 Dec 2019 15:35:48 -0500 Subject: disable verbose --- hypervideo_gui.py | 1 - 1 file changed, 1 deletion(-) (limited to 'hypervideo_gui.py') diff --git a/hypervideo_gui.py b/hypervideo_gui.py index b14fe43..5cc9c52 100644 --- a/hypervideo_gui.py +++ b/hypervideo_gui.py @@ -210,7 +210,6 @@ class App(QMainWindow): ''' Grabs the available video formats. Intended to be run as background thread. ''' self.options = { - 'verbose': True, 'format': 'best', 'noplaylist': True, # only download single song, not playlist } -- cgit v1.2.3