summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-02 20:51:09 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-02 20:51:09 +0100
commit98d7efb537975b29ccaea64ff2765a0ec7bdb07d (patch)
tree7f3ad5dc5568b0a3c32044398f34e6f116649d2f
parentcf519235455f312ac45e1d9829018eb5ecbec628 (diff)
downloadyoutube-dl-98d7efb537975b29ccaea64ff2765a0ec7bdb07d.tar.gz
youtube-dl-98d7efb537975b29ccaea64ff2765a0ec7bdb07d.tar.xz
youtube-dl-98d7efb537975b29ccaea64ff2765a0ec7bdb07d.zip
[exfm] skip tests
The site is down too often.
-rw-r--r--youtube_dl/extractor/exfm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/exfm.py b/youtube_dl/extractor/exfm.py
index c74556579..a51d79b08 100644
--- a/youtube_dl/extractor/exfm.py
+++ b/youtube_dl/extractor/exfm.py
@@ -21,6 +21,7 @@ class ExfmIE(InfoExtractor):
                 u'description': u'Test House \"Love Is Not Enough\" (Extended Mix) DeadJournalist Exclusive',
             },
             u'note': u'Soundcloud song',
+            u'skip': u'The site is down too often',
         },
         {
             u'url': u'http://ex.fm/song/wddt8',
@@ -30,6 +31,7 @@ class ExfmIE(InfoExtractor):
                 u'title': u'Safe and Sound',
                 u'uploader': u'Capital Cities',
             },
+            u'skip': u'The site is down too often',
         },
     ]