Skip to content

Commit

Permalink
Update 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Mar 12, 2020
1 parent c22863e commit 7a66695
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AV_Data_Capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ 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')
success_folder = config['common']['success_output_folder']
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)
Expand Down
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions update_check.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 7a66695

Please sign in to comment.