mirror of
https://github.com/RYDE-WORK/MediaCrawler.git
synced 2026-02-04 15:43:15 +08:00
fix: douyin 缺少一个collected_count字段
This commit is contained in:
parent
03565d61c6
commit
febbb133d7
@ -34,6 +34,7 @@ class DouyinAweme(DouyinBaseModel):
|
|||||||
liked_count = fields.CharField(null=True, max_length=16, description="视频点赞数")
|
liked_count = fields.CharField(null=True, max_length=16, description="视频点赞数")
|
||||||
comment_count = fields.CharField(null=True, max_length=16, description="视频评论数")
|
comment_count = fields.CharField(null=True, max_length=16, description="视频评论数")
|
||||||
share_count = fields.CharField(null=True, max_length=16, description="视频分享数")
|
share_count = fields.CharField(null=True, max_length=16, description="视频分享数")
|
||||||
|
collected_count = fields.CharField(null=True, max_length=16, description="视频收藏数")
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
table = "douyin_aweme"
|
table = "douyin_aweme"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user