1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

Mark DailyMotion as broken for now (#680)

This commit is contained in:
Philipp Hagemeister
2013-02-18 18:53:40 +01:00
parent 5717d91ab7
commit b17c974a88
+1
View File
@@ -718,6 +718,7 @@ class DailymotionIE(InfoExtractor):
_VALID_URL = r'(?i)(?:https?://)?(?:www\.)?dailymotion\.[a-z]{2,3}/video/([^/]+)'
IE_NAME = u'dailymotion'
_WORKING = False
def __init__(self, downloader=None):
InfoExtractor.__init__(self, downloader)