diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-29 14:24:07 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-29 14:24:07 +0800 |
commit | f5535ed0e3537acee90820c98d6ca474d437d7d0 (patch) | |
tree | e6f1e84fcc6e5bbfb47c9b050074ad7d46d14083 /youtube_dl | |
parent | 31ff3c074eddf4078b6eb49281830875eb4e65a1 (diff) |
[orf] Skip the expired test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/orf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py index 66c75f8b3..4e3864f0d 100644 --- a/youtube_dl/extractor/orf.py +++ b/youtube_dl/extractor/orf.py @@ -185,6 +185,7 @@ class ORFFM4IE(InfoExtractor): 'timestamp': 1452456073, 'upload_date': '20160110', }, + 'skip': 'Live streams on FM4 got deleted soon', } def _real_extract(self, url): |