Re-enable Dailymotion (tests pass)
This commit is contained in:
parent
81df121dd3
commit
a11ea50319
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue