From 7a66695eea117ffe816226e6f36e7a98f8358399 Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 13 Mar 2020 00:54:02 +0800 Subject: [PATCH] Update 2.8 --- AV_Data_Capture.py | 4 ++-- core.py | 2 +- update_check.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 4e723fb..547595e 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False): if __name__ == '__main__': - version = '2.8' + version = '2.8.2' config_file = 'config.ini' config = ConfigParser() config.read(config_file, encoding='UTF-8') @@ -104,7 +104,7 @@ if __name__ == '__main__': failed_folder = config['common']['failed_output_folder'] # 失败输出目录 escape_folder = config['escape']['folders'] # 多级目录刮削需要排除的目录 print('[*]================== AV Data Capture ===================') - print('[*] Version ' + version) + print('[*] Version ' + version) print('[*]======================================================') UpdateCheck(version) diff --git a/core.py b/core.py index d81777e..ac952e3 100755 --- a/core.py +++ b/core.py @@ -60,7 +60,7 @@ def getDataFromJSON(file_number, filepath, failed_folder): # 从JSON返回元 } # default fetch order list, from the begining to the end - sources = ["fanza", "mgstage", "fc2", "javbus", "avsox", "javdb"] + sources = ["javbus", "javdb", "fanza", "mgstage", "fc2", "avsox"] # if the input file name matches centain rules, # move some web service to the begining of the list diff --git a/update_check.json b/update_check.json index 096abde..8a913ea 100644 --- a/update_check.json +++ b/update_check.json @@ -1,5 +1,5 @@ { - "version": "2.8", - "version_show":"2.8", + "version": "2.8.2", + "version_show":"2.8.2", "download": "https://github.com/yoshiko2/AV_Data_Capture/releases" -} +} \ No newline at end of file