diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-07-28 21:38:23 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-28 21:38:23 +0700 |
commit | 39eef54cf01a9017da0ea83618978293f19841bb (patch) | |
tree | db185922c9f3d40c0cca306c323b692a28e1d838 /youtube_dl/extractor | |
parent | 05c8268c8192dcc4f61c869aba659c8e51d040bb (diff) |
[ard:mediathek] Skip unavailable test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/ard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ard.py b/youtube_dl/extractor/ard.py index c15cf1575..07e67dd33 100644 --- a/youtube_dl/extractor/ard.py +++ b/youtube_dl/extractor/ard.py @@ -73,6 +73,7 @@ class ARDMediathekIE(InfoExtractor): 'description': 'md5:c0c1c8048514deaed2a73b3a60eecacb', 'duration': 3287, }, + 'skip': 'Video is no longer available', }] def _extract_media_info(self, media_info_url, webpage, video_id): |