diff options
-rw-r--r-- | hypervideo_gui.py | 1 |
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: |