about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-09-11 04:06:00 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-09-11 04:06:00 +0800
commitbfcda07a2710738c32f63fdb4e09e177acc53df3 (patch)
treed9dbfccf98ea90fac23e2fcf645601fbfd7643e7
parent001a5fd3d75b311102264cf3920c6aa5b2322e51 (diff)
downloadyoutube-dl-bfcda07a2710738c32f63fdb4e09e177acc53df3.tar.gz
youtube-dl-bfcda07a2710738c32f63fdb4e09e177acc53df3.tar.xz
youtube-dl-bfcda07a2710738c32f63fdb4e09e177acc53df3.zip
[abc:iview] Skip the test. They are removed soon
-rw-r--r--youtube_dl/extractor/abc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/abc.py b/youtube_dl/extractor/abc.py
index c7b6df7d0..3792bd232 100644
--- a/youtube_dl/extractor/abc.py
+++ b/youtube_dl/extractor/abc.py
@@ -100,6 +100,7 @@ class ABCIViewIE(InfoExtractor):
     IE_NAME = 'abc.net.au:iview'
     _VALID_URL = r'https?://iview\.abc\.net\.au/programs/[^/]+/(?P<id>[^/?#]+)'
 
+    # ABC iview programs are normally available for 14 days only.
     _TESTS = [{
         'url': 'http://iview.abc.net.au/programs/gardening-australia/FA1505V024S00',
         'md5': '979d10b2939101f0d27a06b79edad536',
@@ -112,6 +113,7 @@ class ABCIViewIE(InfoExtractor):
             'uploader_id': 'abc1',
             'timestamp': 1471719600,
         },
+        'skip': 'Video gone',
     }]
 
     def _real_extract(self, url):