Update 2.8
This commit is contained in:
parent
c22863ece4
commit
7a66695eea
@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
version = '2.8'
|
version = '2.8.2'
|
||||||
config_file = 'config.ini'
|
config_file = 'config.ini'
|
||||||
config = ConfigParser()
|
config = ConfigParser()
|
||||||
config.read(config_file, encoding='UTF-8')
|
config.read(config_file, encoding='UTF-8')
|
||||||
@ -104,7 +104,7 @@ if __name__ == '__main__':
|
|||||||
failed_folder = config['common']['failed_output_folder'] # 失败输出目录
|
failed_folder = config['common']['failed_output_folder'] # 失败输出目录
|
||||||
escape_folder = config['escape']['folders'] # 多级目录刮削需要排除的目录
|
escape_folder = config['escape']['folders'] # 多级目录刮削需要排除的目录
|
||||||
print('[*]================== AV Data Capture ===================')
|
print('[*]================== AV Data Capture ===================')
|
||||||
print('[*] Version ' + version)
|
print('[*] Version ' + version)
|
||||||
print('[*]======================================================')
|
print('[*]======================================================')
|
||||||
|
|
||||||
UpdateCheck(version)
|
UpdateCheck(version)
|
||||||
|
2
core.py
2
core.py
@ -60,7 +60,7 @@ def getDataFromJSON(file_number, filepath, failed_folder): # 从JSON返回元
|
|||||||
}
|
}
|
||||||
|
|
||||||
# default fetch order list, from the begining to the end
|
# 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,
|
# if the input file name matches centain rules,
|
||||||
# move some web service to the begining of the list
|
# move some web service to the begining of the list
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.8",
|
"version": "2.8.2",
|
||||||
"version_show":"2.8",
|
"version_show":"2.8.2",
|
||||||
"download": "https://github.com/yoshiko2/AV_Data_Capture/releases"
|
"download": "https://github.com/yoshiko2/AV_Data_Capture/releases"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user