[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
parent 5d3106356f
commit 7e1af5dc99

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', [])