Revert "Add support jav321"
This commit is contained in:
4
core.py
4
core.py
@@ -17,7 +17,6 @@ import avsox
|
||||
import javbus
|
||||
import javdb
|
||||
import fanza
|
||||
import jav321
|
||||
import requests
|
||||
|
||||
|
||||
@@ -58,11 +57,10 @@ 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", "jav321"]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user