@@ -88,6 +88,9 @@ def __init__(self):
8888 search_group .add_argument ("-d" , "--description" , type = str , help = "By description" )
8989 search_group .add_argument ("-bd" , "--bdinfo" , type = str , help = "Show BDInfo" )
9090 search_group .add_argument ("-m" , "--mediainfo" , type = str , help = "Show MediaInfo" )
91+ search_group .add_argument ("-int" , "--internal" , action = "store_true" , help = "Internal Release" )
92+ search_group .add_argument ("-mod" , "--moderation" , action = "store_true" , help = "In moderation" )
93+
9194
9295 # /////////////////////////
9396 # Filter Options
@@ -123,7 +126,7 @@ def __init__(self):
123126 special_group .add_argument ("-str" , "--stream" , action = "store_true" , help = "Stream" )
124127 special_group .add_argument ("-sd" , "--standard" , action = "store_true" , help = "SD" )
125128 special_group .add_argument ("-hs" , "--highspeed" , action = "store_true" , help = "Highspeed" )
126- special_group .add_argument ("-int " , "--internal " , action = "store_true" , help = "Internal" )
129+ special_group .add_argument ("-inter " , "--intern_r " , action = "store_true" , help = "Internal Release " )
127130 special_group .add_argument ("-pr" , "--prelease" , action = "store_true" , help = "Personal" )
128131
129132 # /////////////////////////
@@ -159,4 +162,4 @@ def __init__(self):
159162 if self .args .force .lower () not in valid_categories :
160163 self .args .force = None
161164 print ("Invalid -force category" )
162- exit ()
165+ exit ()
0 commit comments