aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py
index f6ff736..213dc8f 100644
--- a/hypervideo_gui.py
+++ b/hypervideo_gui.py
@@ -260,6 +260,7 @@ class App(QMainWindow):
'''
self.options = {
'verbose': True,
+ 'format': 'best',
'noplaylist': True, # only download single song, not playlist
}
with hypervideo.YoutubeDL(self.options) as ydl: