Merge remote-tracking branch 'rbrito/swap-dimensions'
[youtube-dl] / youtube_dl / extractor / addanime.py
index 3b8258ad8654774def4f95aa2e121883be9c8638..b99d4b96689c23a13379d4392484c3763ce0e36f 100644 (file)
@@ -71,7 +71,6 @@ class AddAnimeIE(InfoExtractor):
             formats.append({
                 'format_id': format_id,
                 'url': video_url,
-                'ext': video_url[-3:],
             })
         if not formats:
             raise ExtractorError(u'Cannot find any video format!')