projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81df121
)
Re-enable Dailymotion (tests pass)
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 27 Apr 2013 19:53:21 +0000
(21:53 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 27 Apr 2013 19:53:21 +0000
(21:53 +0200)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index 620cce1893788e9ad1abc326896a878c63524d13..6d8e7be109253306b757d7def8ad142ec7076c01 100755
(executable)
--- 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