1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00

[tv2dk:bornholm:play] Add extractor (closes #23291)

This commit is contained in:
Sergey M․
2019-12-16 00:08:18 +07:00
parent 42db58ec73
commit fab01080f4
2 changed files with 77 additions and 2 deletions

View File

@ -1168,7 +1168,10 @@ from .tv2 import (
TV2ArticleIE,
KatsomoIE,
)
from .tv2dk import TV2DKIE
from .tv2dk import (
TV2DKIE,
TV2DKBornholmPlayIE,
)
from .tv2hu import TV2HuIE
from .tv4 import TV4IE
from .tv5mondeplus import TV5MondePlusIE