Remove javlib source

This commit is contained in:
yoshiko2
2021-05-03 02:45:48 +08:00
parent cef296fbf1
commit de8cb063e3
4 changed files with 32 additions and 33 deletions

View File

@@ -134,7 +134,7 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu
if __name__ == '__main__':
version = '4.6.1'
version = '4.6.2'
# Parse command line args
single_file_path, folder_path, config_file, custom_number, auto_exit = argparse_function(version)
@@ -155,6 +155,7 @@ if __name__ == '__main__':
print('[!]Enable soft link')
create_failed_folder(conf.failed_folder())
start_time = time.time()
if not single_file_path == '': #Single File
print('[+]==================== Single File =====================')
@@ -169,8 +170,6 @@ if __name__ == '__main__':
count_all = str(len(movie_list))
print('[+]Find', count_all, 'movies')
start_time = time.time()
for movie_path in movie_list: # 遍历电影列表 交给core处理
count = count + 1
percentage = str(count / int(count_all) * 100)[:4] + '%'