projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11addc5
)
[mailru] Skip tests
author
Sergey M․
<dstftw@gmail.com>
Tue, 25 Aug 2015 15:08:38 +0000
(21:08 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 25 Aug 2015 15:08:38 +0000
(21:08 +0600)
youtube_dl/extractor/mailru.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mailru.py
b/youtube_dl/extractor/mailru.py
index 54a14cb94c93dad587a83c58d58ec3d262f0eed8..ab1300185099a20835fdde08b88635ceacafe191 100644
(file)
--- a/
youtube_dl/extractor/mailru.py
+++ b/
youtube_dl/extractor/mailru.py
@@
-25,6
+25,7
@@
class MailRuIE(InfoExtractor):
'uploader_id': 'sonypicturesrus@mail.ru',
'duration': 184,
},
+ 'skip': 'Not accessible from Travis CI server',
},
{
'url': 'http://my.mail.ru/corp/hitech/video/news_hi-tech_mail_ru/1263.html',
@@
-39,6
+40,7
@@
class MailRuIE(InfoExtractor):
'uploader_id': 'hitech@corp.mail.ru',
'duration': 245,
},
+ 'skip': 'Not accessible from Travis CI server',
},
]