mirror of
https://github.com/apachecn/epub-crawler.git
synced 2025-06-03 23:58:27 +00:00
2022-08-20 21:25:43
This commit is contained in:
parent
d46883c327
commit
706cc3b4a1
@ -17,7 +17,7 @@ from .util import *
|
||||
from .img import *
|
||||
from .config import config
|
||||
from .sele_crawler import crawl_sele
|
||||
from .get_article import get_article
|
||||
from .common import *
|
||||
|
||||
def get_toc_from_cfg():
|
||||
if config['list'] and len(config['list']) > 0:
|
||||
|
@ -16,7 +16,7 @@ import traceback
|
||||
from .util import *
|
||||
from .img import process_img
|
||||
from .config import config
|
||||
from .get_article import get_article
|
||||
from .common import *
|
||||
|
||||
trlocal = threading.local()
|
||||
drivers = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user