Commit 5223e9cc authored by litaolemo's avatar litaolemo

update

parent b8124e2b
...@@ -18,6 +18,7 @@ from crawler.crawler_sys.site_crawler_by_redis.crawler_douban import CrawlerDoub ...@@ -18,6 +18,7 @@ from crawler.crawler_sys.site_crawler_by_redis.crawler_douban import CrawlerDoub
from crawler.crawler_sys.site_crawler_by_redis import crawler_toutiao from crawler.crawler_sys.site_crawler_by_redis import crawler_toutiao
from crawler.crawler_sys.site_crawler_by_redis import toutiao_article from crawler.crawler_sys.site_crawler_by_redis import toutiao_article
from crawler.crawler_sys.site_crawler_by_redis import crawler_weibo from crawler.crawler_sys.site_crawler_by_redis import crawler_weibo
from crawler.crawler_sys.site_crawler_by_redis import crawler_xiaohongshu
# crawler_v_qq, crawler_tudou, crawler_haokan, # crawler_v_qq, crawler_tudou, crawler_haokan,
# crawler_tencent_news, # crawler_tencent_news,
...@@ -91,7 +92,8 @@ platform_crawler_reg = { ...@@ -91,7 +92,8 @@ platform_crawler_reg = {
# "网易新闻": crawler_wangyi_news.Crawler_wangyi_news, # "网易新闻": crawler_wangyi_news.Crawler_wangyi_news,
# "kwai": crawler_kwai.Crawler_kwai, # "kwai": crawler_kwai.Crawler_kwai,
"weibo": crawler_weibo.Crawler_weibo, "weibo": crawler_weibo.Crawler_weibo,
"douban":CrawlerDouban "douban":CrawlerDouban,
"xiaohongshu":crawler_xiaohongshu.Crawler_xiaohongshu
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment