From: Philipp Hagemeister Date: Sat, 27 Apr 2013 19:53:21 +0000 (+0200) Subject: Re-enable Dailymotion (tests pass) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=a11ea50319c5dc5d01098e28122617391c97d555;p=youtube-dl Re-enable Dailymotion (tests pass) --- diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 620cce189..6d8e7be10 100755 --- 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