diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-12-16 00:08:18 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-12-16 00:08:18 +0700 |
commit | fab01080f402dbfad00122b73714d92b5d1deb24 (patch) | |
tree | 5ab6599333a660ac65e862a334710998ddbd938d /youtube_dl/extractor/extractors.py | |
parent | 42db58ec7367e7ee6555e5f14107712add61d013 (diff) |
[tv2dk:bornholm:play] Add extractor (closes #23291)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index fd93730fa..376d07727 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -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 |