Add support jav321

This commit is contained in:
68cdrBxM8YdoJ
2020-03-19 22:41:55 +09:00
parent 780e47ffba
commit 9a530f4e46
3 changed files with 91 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ import avsox
import javbus
import javdb
import fanza
import jav321
import requests
@@ -57,10 +58,11 @@ def getDataFromJSON(file_number, filepath, failed_folder): # 从JSON返回元
"javdb": javdb.main,
"javbus": javbus.main,
"mgstage": mgstage.main,
"jav321": jav321.main,
}
# default fetch order list, from the begining to the end
sources = ["javbus", "javdb", "fanza", "mgstage", "fc2", "avsox"]
sources = ["javbus", "javdb", "fanza", "mgstage", "fc2", "avsox", "jav321"]
# if the input file name matches centain rules,
# move some web service to the begining of the list