[Flipagram] add comments about comment retrieval

This commit is contained in:
TRox1972 2016-05-25 15:24:57 +02:00
parent 444d749924
commit 64d851b398

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