Преглед изворни кода

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')
 ]