mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[azmedien] Add TVO Online to supported hosts (#3125)
Authored by: 1-Byte
This commit is contained in:
parent
be4685ab7b
commit
84842aee2b
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ class AZMedienIE(InfoExtractor):
|
|||
(?P<host>
|
||||
telezueri\.ch|
|
||||
telebaern\.tv|
|
||||
telem1\.ch
|
||||
telem1\.ch|
|
||||
tvo-online\.ch
|
||||
)/
|
||||
[^/]+/
|
||||
(?P<id>
|
||||
|
|
Loading…
Reference in a new issue