diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-02-18 18:53:40 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-02-18 18:53:40 +0100 |
commit | b17c974a8868cc97d9c5ecf88789198fcfaa6ad2 (patch) | |
tree | 97e0072eadfb5fe06637b22912d14ba39defcd5b | |
parent | 5717d91ab724a843e0cdbda6e9a0bc6e8c458856 (diff) |
Mark DailyMotion as broken for now (#680)
-rwxr-xr-x | youtube_dl/InfoExtractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index fe9bd97d0..9f63512d7 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -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) |