Skip to content

Commit

Permalink
[ard:mediathek] Skip unavailable test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Jul 28, 2016
1 parent 05c8268 commit 39eef54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/ard.py
Expand Up @@ -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):
Expand Down

0 comments on commit 39eef54

Please sign in to comment.