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:
parent
07af16b92e
commit
807a4d7f93
@ -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+)
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user