mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 06:42:58 +08:00
File format of the video downloaded is now mp4
This commit is contained in:
parent
368cb1fd0a
commit
a4188f6acd
@ -1317,7 +1317,7 @@ class DailymotionIE(InfoExtractor):
|
||||
video_id = mobj.group(1)
|
||||
|
||||
simple_title = mobj.group(2).decode('utf-8')
|
||||
video_extension = 'flv'
|
||||
video_extension = 'mp4'
|
||||
|
||||
# Retrieve video webpage to extract further information
|
||||
request = urllib2.Request(url)
|
||||
|
Loading…
Reference in New Issue
Block a user