Revert "Add support jav321"

This commit is contained in:
Yoshiko
2020-03-23 21:48:32 +08:00
committed by GitHub
parent 32a19bb989
commit 73a0610730
3 changed files with 1 additions and 91 deletions

View File

@@ -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