爬虫面向对象重构 #3

This commit is contained in:
yoshiko2
2022-04-20 01:15:33 +08:00
parent 27cad6eca3
commit 2d3dee065d
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ from lxml import etree
import json
from ADC_function import *
from WebCrawler.storyline import getStoryline
from crawler import *
from WebCrawler.crawler import *
# import io
# sys.stdout = io.TextIOWrapper(sys.stdout.buffer, errors = 'replace', line_buffering = True)