diff options
| author | Petr Půlpán <Pulpan3@gmail.com> | 2014-07-01 10:35:49 +0200 | 
|---|---|---|
| committer | Petr Půlpán <Pulpan3@gmail.com> | 2014-07-01 10:35:49 +0200 | 
| commit | 29f6ed78e87946979ab6472b118a4da7cf7ef0c0 (patch) | |
| tree | 064b9124365dbb07d9b952584fb18a66cbb1a95a | |
| parent | 7807ee664dab04673b18722c4313abe09ee6b1be (diff) | |
[tagesschau] replace 404 test
| -rw-r--r-- | youtube_dl/extractor/tagesschau.py | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/tagesschau.py b/youtube_dl/extractor/tagesschau.py index 36331529e..25b9864ad 100644 --- a/youtube_dl/extractor/tagesschau.py +++ b/youtube_dl/extractor/tagesschau.py @@ -20,13 +20,13 @@ class TagesschauIE(InfoExtractor):              'thumbnail': 're:^http:.*\.jpg$',          },      }, { -        'url': 'http://www.tagesschau.de/multimedia/video/video-196.html', -        'md5': '8aaa8bf3ae1ca2652309718c03019128', +        'url': 'http://www.tagesschau.de/multimedia/video/video-5964.html', +        'md5': '66652566900963a3f962333579eeffcf',          'info_dict': { -            'id': '196', +            'id': '5964',              'ext': 'mp4', -            'title': 'Ukraine-Konflikt: Klitschko in Kiew als Bürgermeister vereidigt', -            'description': 'md5:f22e4af75821d174fa6c977349682691', +            'title': 'Nahost-Konflikt: Israel bombadiert Ziele im Gazastreifen und Westjordanland', +            'description': 'md5:07bfc78c48eec3145ed4805299a1900a',              'thumbnail': 're:http://.*\.jpg',          },      }]  | 
