Skip to content

Commit

Permalink
对于投稿类动态,修复一个取值错误,增加对投稿缩略图的显示
Browse files Browse the repository at this point in the history
  • Loading branch information
nfe-w committed Mar 22, 2021
1 parent 78c2f5a commit 40188d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bili_dynamic_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def query_dynamic(uid=None):
content = card['item']['content']
elif dynamic_type == 8:
# 投稿动态
content = card['item']['title']
content = card['title']
pic_url = card['pic']
elif dynamic_type == 64:
# 专栏动态
content = card['title']
Expand Down

0 comments on commit 40188d2

Please sign in to comment.