Commit f71eea5b authored by litaolemo's avatar litaolemo

update

parent f160221e
...@@ -48,6 +48,8 @@ class Crawler_zhihu(): ...@@ -48,6 +48,8 @@ class Crawler_zhihu():
self.video_data['platform'] = self.platform self.video_data['platform'] = self.platform
# remove fields that crawled data don't have # remove fields that crawled data don't have
pop_key_Lst = ['channel', 'describe', 'isOriginal', "repost_count", "video_id"] pop_key_Lst = ['channel', 'describe', 'isOriginal', "repost_count", "video_id"]
import pdb
pdb.set_trace()
try: try:
with open('./zhihu.js', 'r', encoding='utf-8') as f: with open('./zhihu.js', 'r', encoding='utf-8') as f:
js = f.read() js = f.read()
......
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