1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-06 23:05:55 +08:00

[Flipagram] add comments about comment retrieval

This commit is contained in:
TRox1972
2016-05-25 15:24:57 +02:00
committed by Déstin Reed
Unverified
parent 5d3106356f
commit 7e1af5dc99
+2
View File
@@ -57,6 +57,8 @@ class FlipagramIE(InfoExtractor):
'height': int_or_none(cover.get('height')),
})
# Note that this only retrieves comments that are initally loaded.
# For videos with large amounts of comments, most won't be retrieved.
comments = []
for comment in user_data.get('comments', {}).get(video_id, {}).get('items', []):
text = comment.get('comment', [])