use mp4 extension for patreon-hosted videos

pull/27917/head
Chris Putnam 5 years ago
parent 456987e022
commit 271426aa58

@ -160,7 +160,8 @@ class PatreonIE(InfoExtractor):
if post_file.get('name') == 'video': if post_file.get('name') == 'video':
# single video embed # single video embed
info.update({ info.update({
'url': post_file['url'] 'ext': 'mp4',
'url': post_file['url'],
}) })
else: else:
# video is attached as a file # video is attached as a file

Loading…
Cancel
Save