Commit e23fd4f1 authored by litaolemo's avatar litaolemo

update

parent 28fe8d0a
...@@ -173,6 +173,7 @@ class Crawler_weibo(): ...@@ -173,6 +173,7 @@ class Crawler_weibo():
"comment_count": trans_play_count(mblog["comments_count"]), "comment_count": trans_play_count(mblog["comments_count"]),
"favorite_count": trans_play_count(mblog["attitudes_count"]), "favorite_count": trans_play_count(mblog["attitudes_count"]),
"title": text.replace("\u200b", ""), "title": text.replace("\u200b", ""),
"content": text.replace("\u200b", ""),
"wb_type": text_type, "wb_type": text_type,
"forward_user": forward_user, "forward_user": forward_user,
"forward_text": forward_text, "forward_text": forward_text,
......
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