projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1b466
)
[malemotion] Disable test case
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 30 Jan 2014 05:15:46 +0000
(06:15 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 30 Jan 2014 05:15:50 +0000
(06:15 +0100)
I am not going to look for an alternative one, but feel free to suggest one.
youtube_dl/extractor/malemotion.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/malemotion.py
b/youtube_dl/extractor/malemotion.py
index 62e99091d7385aa1ba753183bda319b562efeee4..8c1966ab25e5215ab96286822d50507aa25ea58d 100644
(file)
--- a/
youtube_dl/extractor/malemotion.py
+++ b/
youtube_dl/extractor/malemotion.py
@@
-16,7
+16,8
@@
class MalemotionIE(InfoExtractor):
'info_dict': {
"title": "Bien dur",
"age_limit": 18,
- }
+ },
+ 'skip': 'This video has been deleted.'
}
def _real_extract(self, url):