diff options
| -rwxr-xr-x | youtube_dl/InfoExtractors.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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 | 
