aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-09-13 07:41:26 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-09-13 07:41:35 +0200
commitc3c3fe476888898e5f70da657827f2d958129b03 (patch)
tree1cc22f3e5dc9fc52513e3824b65132baa25ce5b2
parent6f6ed04172af7caf2a7dcef706a4f17d11872c90 (diff)
downloadyoutube-dl-c3c3fe476888898e5f70da657827f2d958129b03.tar.xz
[swrmediathek] Remove deleted video test case
-rw-r--r--youtube_dl/extractor/swrmediathek.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/youtube_dl/extractor/swrmediathek.py b/youtube_dl/extractor/swrmediathek.py
index 5d9d70367..13c6ea677 100644
--- a/youtube_dl/extractor/swrmediathek.py
+++ b/youtube_dl/extractor/swrmediathek.py
@@ -52,20 +52,6 @@ class SWRMediathekIE(InfoExtractor):
'uploader': 'SWR 2',
'uploader_id': '284670',
}
- }, {
- 'url': 'http://swrmediathek.de/content/player.htm?show=52dc7e00-15c5-11e4-84bc-0026b975f2e6',
- 'md5': '881531487d0633080a8cc88d31ef896f',
- 'info_dict': {
- 'id': '52dc7e00-15c5-11e4-84bc-0026b975f2e6',
- 'ext': 'mp4',
- 'title': 'Familienspaß am Bodensee',
- 'description': 'md5:0b591225a32cfde7be1629ed49fe4315',
- 'thumbnail': 're:http://.*\.jpg',
- 'duration': 1784,
- 'upload_date': '20140727',
- 'uploader': 'SWR Fernsehen BW',
- 'uploader_id': '281130',
- }
}]
def _real_extract(self, url):