[franceculture] Add extractor (Fixes #2669)
This commit is contained in:
parent
b6cfde99b7
commit
cce929eaac
3 changed files with 79 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue