logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a11ea50319c5dc5d01098e28122617391c97d555
parent 81df121dd3497a9a00fc76a58d667b5afef3b8d1
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 27 Apr 2013 21:53:21 +0200

Re-enable Dailymotion (tests pass)

Diffstat:

Myoutube_dl/InfoExtractors.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py @@ -785,7 +785,6 @@ class DailymotionIE(InfoExtractor): _VALID_URL = r'(?i)(?:https?://)?(?:www\.)?dailymotion\.[a-z]{2,3}/video/([^/]+)' IE_NAME = u'dailymotion' - _WORKING = False def _real_extract(self, url): # Extract id and simplified title from URL