From a4188f6acd68e07c39ffe0a23e44c57ae164ed05 Mon Sep 17 00:00:00 2001
From: Laurent Raufaste <analogue@glop.org>
Date: Sun, 29 May 2011 13:58:57 -0400
Subject: [PATCH] File format of the video downloaded is now mp4

---
 youtube-dl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl
index bd666071d..8e277f39f 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -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)