1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

Add new domain name.

The show "P.M. Wissen" has gotten its own domain although this show is still on the same station (ServusTV).
This commit is contained in:
Michael Bemmerl 2020-07-01 22:57:34 +02:00
parent 07af16b92e
commit 807a4d7f93

View File

@ -12,7 +12,8 @@ class ServusIE(InfoExtractor):
(?:www\.)? (?:www\.)?
(?: (?:
servus\.com/(?:(?:at|de)/p/[^/]+|tv/videos)| servus\.com/(?:(?:at|de)/p/[^/]+|tv/videos)|
servustv\.com/videos servustv\.com/videos|
pm-wissen\.com/videos
) )
/(?P<id>[aA]{2}-\w+|\d+-\d+) /(?P<id>[aA]{2}-\w+|\d+-\d+)
''' '''