Beta 10.2 Update
This commit is contained in:
@@ -19,8 +19,10 @@ def movie_lists():
|
||||
f2 = glob.glob(os.getcwd() + r"\*.mkv")
|
||||
# FLV
|
||||
g2 = glob.glob(os.getcwd() + r"\*.flv")
|
||||
# TS
|
||||
h2 = glob.glob(os.getcwd() + r"\*.ts")
|
||||
|
||||
total = a2+b2+c2+d2+e2+f2+g2
|
||||
total = a2+b2+c2+d2+e2+f2+g2+h2
|
||||
return total
|
||||
|
||||
def lists_from_test(custom_nuber): #电影列表
|
||||
@@ -58,4 +60,4 @@ if __name__ =='__main__':
|
||||
print("[!]Cleaning empty folders")
|
||||
CEF('JAV_output')
|
||||
print("[+]All finished!!!")
|
||||
input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看错误信息。")
|
||||
input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看错误信息。")
|
||||
Reference in New Issue
Block a user