diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-11-02 20:51:09 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-11-02 20:51:09 +0100 |
commit | 98d7efb537975b29ccaea64ff2765a0ec7bdb07d (patch) | |
tree | 7f3ad5dc5568b0a3c32044398f34e6f116649d2f /youtube_dl/extractor/exfm.py | |
parent | cf519235455f312ac45e1d9829018eb5ecbec628 (diff) |
[exfm] skip tests
The site is down too often.
Diffstat (limited to 'youtube_dl/extractor/exfm.py')
-rw-r--r-- | youtube_dl/extractor/exfm.py | 2 |
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', }, ] |