mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2024-12-27 22:49:09 +00:00
commit
6c8d8d2ec3
@ -81,6 +81,10 @@ def get_visible_moments_list():
|
|||||||
if 'pic' in item:
|
if 'pic' in item:
|
||||||
for index, picture in enumerate(item['pic']):
|
for index, picture in enumerate(item['pic']):
|
||||||
pictures += picture['url1'] + ","
|
pictures += picture['url1'] + ","
|
||||||
|
if 'video' in item:
|
||||||
|
for index, picture in enumerate(item['video']):
|
||||||
|
pictures += picture['url1'] + ","
|
||||||
|
|
||||||
# 去除最后一个逗号
|
# 去除最后一个逗号
|
||||||
pictures = pictures[:-1] if pictures != "" else pictures
|
pictures = pictures[:-1] if pictures != "" else pictures
|
||||||
comments = []
|
comments = []
|
||||||
|
Loading…
Reference in New Issue
Block a user