[tagesschau] add support for more video types
authorRoland Hieber <rohieb@rohieb.name>
Sun, 19 Jul 2015 01:34:22 +0000 (03:34 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Sun, 19 Jul 2015 01:44:16 +0000 (03:44 +0200)
commite89d7e30294d3c5a36e6af5dd730ed543934d40e
tree096e1261bd744779c4a130e4eafb39cd8d49734c
parent4b0f45f6675f13c8226ddcef8d1a77ef7739e54a
[tagesschau] add support for more video types

I found that currently only tagesschau videos are played. There are some
more shows hosted on tagesschau.de (see [0] for example) which are
easily playable by adjusting the regex. So this patch adds support for:
* tagesthemen
* tagesschau vor 20 Jahren
* tagesschau (mit Gebärdensprache)
* nachtmagazin

Note that some videos don't provide a description, so in order for the
tests to succeed, an ExtractorError needs to get caught.

[0]: http://www.tagesschau.de/multimedia/video/videoarchiv2~_date-20150714.html
youtube_dl/extractor/tagesschau.py