aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-10 15:35:48 -0500
committerJesús <heckyel@hyperbola.info>2019-12-10 15:35:48 -0500
commit83c95f563bff9b716033c7994a330a9238b44447 (patch)
treeee41434962e1bc210fc2243c91324b6a87afced6 /hypervideo_gui.py
parentbd22eee549859b18e04c2ae3958987016e326bcd (diff)
downloadhypervideo-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.py1
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
}