diff options
-rw-r--r-- | hypervideo_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py index 7cf176a..dfbb1ae 100644 --- a/hypervideo_gui.py +++ b/hypervideo_gui.py @@ -217,7 +217,7 @@ class App(QMainWindow): if self.videoFormatCombobox.currentText() == self.default_video_formats_menu_items[0]: # download best video quality ydl_opts = { - 'format': 'best', + 'format': 'bestvideo+bestaudio/best', 'outtmpl': outtmpl, } elif self.videoFormatCombobox.currentText() == self.default_video_formats_menu_items[1]: |