mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 09:17:22 +08:00
Add viafree.fi support to tvplay extractor
This commit is contained in:
parent
bff90fc518
commit
933ae49c7a
@ -35,6 +35,7 @@ class TVPlayIE(InfoExtractor):
|
||||
tvplay(?:\.skaties)?\.lv(?:/parraides)?|
|
||||
(?:tv3play|play\.tv3)\.lt(?:/programos)?|
|
||||
tv3play(?:\.tv3)?\.ee/sisu|
|
||||
(?:viafree)\.fi/ohjelmat|
|
||||
(?:tv(?:3|6|8|10)play|viafree)\.se/program|
|
||||
(?:(?:tv3play|viasat4play|tv6play|viafree)\.no|(?:tv3play|viafree)\.dk)/programmer|
|
||||
play\.nova(?:tv)?\.bg/programi
|
||||
@ -350,6 +351,7 @@ class ViafreeIE(InfoExtractor):
|
||||
viafree\.
|
||||
(?:
|
||||
(?:dk|no)/programmer|
|
||||
fi/ohjelmat|
|
||||
se/program
|
||||
)
|
||||
/(?:[^/]+/)+(?P<id>[^/?#&]+)
|
||||
|
Loading…
x
Reference in New Issue
Block a user