Add support javlib

This commit is contained in:
68cdrBxM8YdoJ
2020-04-23 10:05:53 +09:00
parent 274891fc21
commit b65581de47
6 changed files with 190 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ import javbus
import javdb
import mgstage
import xcity
import javlib
def escape_path(path, escape_literals: str): # Remove escape literals
@@ -53,6 +54,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON
"mgstage": mgstage.main,
"jav321": jav321.main,
"xcity": xcity.main,
"javlib": javlib.main,
}
# default fetch order list, from the beginning to the end