aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py2
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]: