about summary refs log tree commit diff
path: root/youtube_dl/extractor/tagesschau.py
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2015-07-19 03:52:54 +0200
committerRoland Hieber <rohieb@rohieb.name>2015-07-19 03:52:58 +0200
commitc51bc70e0feec42664c57228cc4b395a3a629420 (patch)
tree83e985e87d0f1099b257cd11a5ab28f4cb7ee9d8 /youtube_dl/extractor/tagesschau.py
parent4b0f45f6675f13c8226ddcef8d1a77ef7739e54a (diff)
downloadyoutube-dl-c51bc70e0feec42664c57228cc4b395a3a629420.tar.gz
youtube-dl-c51bc70e0feec42664c57228cc4b395a3a629420.tar.xz
youtube-dl-c51bc70e0feec42664c57228cc4b395a3a629420.zip
[tagesschau] fix test which links to nonexisting video
Diffstat (limited to 'youtube_dl/extractor/tagesschau.py')
-rw-r--r--youtube_dl/extractor/tagesschau.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/tagesschau.py b/youtube_dl/extractor/tagesschau.py
index bfe07b024..cf1b37a75 100644
--- a/youtube_dl/extractor/tagesschau.py
+++ b/youtube_dl/extractor/tagesschau.py
@@ -11,13 +11,13 @@ class TagesschauIE(InfoExtractor):
     _VALID_URL = r'https?://(?:www\.)?tagesschau\.de/multimedia/(?:sendung/ts|video/video)(?P<id>-?[0-9]+)\.html'
 
     _TESTS = [{
-        'url': 'http://www.tagesschau.de/multimedia/video/video1399128.html',
-        'md5': 'bcdeac2194fb296d599ce7929dfa4009',
+        'url': 'http://www.tagesschau.de/multimedia/video/video-102143.html',
+        'md5': '917a228bc7df7850783bc47979673a09',
         'info_dict': {
-            'id': '1399128',
+            'id': '102143',
             'ext': 'mp4',
-            'title': 'Harald Range, Generalbundesanwalt, zu den Ermittlungen',
-            'description': 'md5:69da3c61275b426426d711bde96463ab',
+            'title': 'Regierungsumbildung in Athen: Neue Minister in Griechenland vereidigt',
+            'description': 'md5:171feccd9d9b3dd54d05d501568f6359',
             'thumbnail': 're:^http:.*\.jpg$',
         },
     }, {