Преглед на файлове

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