[franceculture] Add extractor (Fixes #2669)

This commit is contained in:
Philipp Hagemeister 2014-04-03 08:55:38 +02:00
parent b6cfde99b7
commit cce929eaac
3 changed files with 79 additions and 1 deletions

View file

@ -743,7 +743,7 @@ class YoutubeDL(object):
)
# Automatically determine file extension if missing
if 'ext' not in format:
format['ext'] = determine_ext(format['url'])
format['ext'] = determine_ext(format['url']).lower()
format_limit = self.params.get('format_limit', None)
if format_limit: