From 3c771922cb76cb36b9293d35d70a84e332824a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 9 Dec 2019 17:55:53 -0500 Subject: fix bestvideo+bestaudio --- hypervideo_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_gui.py') 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]: -- cgit v1.2.3