Add support javlib
This commit is contained in:
2
core.py
2
core.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user