Skip to content

Commit

Permalink
perf: douyin主页作品过滤器video_play_addr返回视频列表
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Apr 13, 2024
1 parent 0128886 commit d21e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f2/apps/douyin/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def cover(self):

@property
def video_play_addr(self):
return self._get_list_attr_value("$.aweme_list[*].video.play_addr.url_list[0]")
return self._get_list_attr_value("$.aweme_list[*].video.play_addr.url_list")

@property
def video_bit_rate(self):
Expand Down

0 comments on commit d21e80e

Please sign in to comment.