Skip to content

Commit

Permalink
[servus] Add support for pm-wissen.com (closes ytdl-org#25869)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Nov 16, 2020
1 parent a80b23c commit f4093b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion youtube_dl/extractor/servus.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ServusIE(InfoExtractor):
(?:www\.)?
(?:
servus\.com/(?:(?:at|de)/p/[^/]+|tv/videos)|
servustv\.com/videos
(?:servustv|pm-wissen)\.com/videos
)
/(?P<id>[aA]{2}-\w+|\d+-\d+)
'''
Expand Down Expand Up @@ -55,6 +55,9 @@ class ServusIE(InfoExtractor):
}, {
'url': 'https://www.servus.com/tv/videos/1380889096408-1235196658/',
'only_matching': True,
}, {
'url': 'https://www.pm-wissen.com/videos/aa-24mus4g2w2112/',
'only_matching': True,
}]

def _real_extract(self, url):
Expand Down

0 comments on commit f4093b3

Please sign in to comment.