diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-10 15:35:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-10 15:35:48 -0500 |
commit | 83c95f563bff9b716033c7994a330a9238b44447 (patch) | |
tree | ee41434962e1bc210fc2243c91324b6a87afced6 /hypervideo_gui.py | |
parent | bd22eee549859b18e04c2ae3958987016e326bcd (diff) | |
download | hypervideo-gui-83c95f563bff9b716033c7994a330a9238b44447.tar.lz hypervideo-gui-83c95f563bff9b716033c7994a330a9238b44447.tar.xz hypervideo-gui-83c95f563bff9b716033c7994a330a9238b44447.zip |
disable verbose
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r-- | hypervideo_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |