diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-09 21:27:03 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-09 21:27:03 -0500 |
commit | c267770bcc646a8a9d0441ef5430e74a06e56c48 (patch) | |
tree | 6ebfea6842ee289b8fb221167d927fb5ef43ce3a | |
parent | 2728f4772fda3e3fc600b49e90c2b684b8283870 (diff) | |
download | hypervideo-gui-c267770bcc646a8a9d0441ef5430e74a06e56c48.tar.lz hypervideo-gui-c267770bcc646a8a9d0441ef5430e74a06e56c48.tar.xz hypervideo-gui-c267770bcc646a8a9d0441ef5430e74a06e56c48.zip |
Fix 'Detect All Available Formats'
-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: |