projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001a5fd
)
[abc:iview] Skip the test. They are removed soon
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 10 Sep 2016 20:06:00 +0000
(
04:06
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 10 Sep 2016 20:06:00 +0000
(
04:06
+0800)
youtube_dl/extractor/abc.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/abc.py
b/youtube_dl/extractor/abc.py
index c7b6df7d08df1f0df8247a9b39c77acfd56dbbb0..3792bd232fa6dc33a68e6b1be36067b55929c21e 100644
(file)
--- 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):