mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-11 01:10:35 +00:00
untie
This commit is contained in:
parent
eb3f008c9e
commit
cccd70a275
@ -81,7 +81,7 @@ class FlipagramIE(InfoExtractor):
|
|||||||
'filesize': int_or_none(cover.get('size')),
|
'filesize': int_or_none(cover.get('size')),
|
||||||
} for cover in flipagram.get('covers', []) if cover.get('url')]
|
} for cover in flipagram.get('covers', []) if cover.get('url')]
|
||||||
|
|
||||||
# Note that this only retrieves comments that are initally loaded.
|
# Note that this only retrieves comments that are initially loaded.
|
||||||
# For videos with large amounts of comments, most won't be retrieved.
|
# For videos with large amounts of comments, most won't be retrieved.
|
||||||
comments = []
|
comments = []
|
||||||
for comment in video_data.get('comments', {}).get(video_id, {}).get('items', []):
|
for comment in video_data.get('comments', {}).get(video_id, {}).get('items', []):
|
||||||
|
@ -338,7 +338,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||||||
'expected_warnings': ['Unable to download JSON metadata'],
|
'expected_warnings': ['Unable to download JSON metadata'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# redirects to ondemand extractor and should be passed throught it
|
# redirects to ondemand extractor and should be passed through it
|
||||||
# for successful extraction
|
# for successful extraction
|
||||||
'url': 'https://vimeo.com/73445910',
|
'url': 'https://vimeo.com/73445910',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user