projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5717d91
)
Mark DailyMotion as broken for now (#680)
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 18 Feb 2013 17:53:40 +0000
(18:53 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 18 Feb 2013 17:53:40 +0000
(18:53 +0100)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index fe9bd97d0070dfbbee5b0b6904d048ab1935a5b2..9f63512d777438d422d8d721b54bfbb05d275837 100755
(executable)
--- 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)