浏览代码

Added ability to change minimal quality during runtime

Deben Oldert 6 年之前
父节点
当前提交
db24b2a10c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -165,6 +165,7 @@ commands = [
     ('save', directory, 'Change the download directory'),
     ('search', search, 'Search the selected site'),
     ('sites', choose_site, 'Pick the site to search'),
+    ('quality', quality, 'Set the minimal quality to download without confirmation'),
     ('quit', quit, 'Quit the program')
 ]