diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-10-30 02:21:03 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-10-30 02:21:03 +0700 |
commit | c56b2ac43ca27b32fb4f7b230d851a61b5fc7cbd (patch) | |
tree | 138850ad2832848fda063e1c0f4b653cfaecf63d /youtube_dl/extractor/extractors.py | |
parent | 8989349e6dcaa98204f77fb9f1e15a86eecb823d (diff) |
[tv2dk] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 15f96fb8f..5d20ba863 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1189,6 +1189,7 @@ from .tv2 import ( TV2IE, TV2ArticleIE, ) +from .tv2dk import TV2DKIE from .tv2hu import TV2HuIE from .tv4 import TV4IE from .tv5mondeplus import TV5MondePlusIE |