Update core.py
This commit is contained in:
2
core.py
2
core.py
@@ -8,6 +8,7 @@ from PIL import Image
|
|||||||
from ADC_function import *
|
from ADC_function import *
|
||||||
|
|
||||||
# =========website========
|
# =========website========
|
||||||
|
from WebCrawler import airav
|
||||||
from WebCrawler import avsox
|
from WebCrawler import avsox
|
||||||
from WebCrawler import fanza
|
from WebCrawler import fanza
|
||||||
from WebCrawler import fc2
|
from WebCrawler import fc2
|
||||||
@@ -48,6 +49,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
func_mapping = {
|
func_mapping = {
|
||||||
|
"airav": airav.main,
|
||||||
"avsox": avsox.main,
|
"avsox": avsox.main,
|
||||||
"fc2": fc2.main,
|
"fc2": fc2.main,
|
||||||
"fanza": fanza.main,
|
"fanza": fanza.main,
|
||||||
|
|||||||
Reference in New Issue
Block a user