Explorar o código

Added ability to change minimal quality during runtime

Deben Oldert %!s(int64=6) %!d(string=hai) anos
pai
achega
db24b2a10c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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')
 ]