diff --git a/youtube_dl/extractor/patreon.py b/youtube_dl/extractor/patreon.py index 50a8f10c0..2a0d3ecf3 100644 --- a/youtube_dl/extractor/patreon.py +++ b/youtube_dl/extractor/patreon.py @@ -160,7 +160,8 @@ class PatreonIE(InfoExtractor): if post_file.get('name') == 'video': # single video embed info.update({ - 'url': post_file['url'] + 'ext': 'mp4', + 'url': post_file['url'], }) else: # video is attached as a file