diff options
author | Ashish <39122144+Ashish0804@users.noreply.github.com> | 2021-08-29 06:44:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 06:44:22 +0530 |
commit | 58f68fe7037ce5ac071d732b5c9528175957e4fc (patch) | |
tree | 1cda0086c1a820aef941392307a51ec02ec4b530 /yt_dlp/extractor/extractors.py | |
parent | abafce59a11538539112ad97c9e9898879999589 (diff) | |
download | hypervideo-pre-58f68fe7037ce5ac071d732b5c9528175957e4fc.tar.lz hypervideo-pre-58f68fe7037ce5ac071d732b5c9528175957e4fc.tar.xz hypervideo-pre-58f68fe7037ce5ac071d732b5c9528175957e4fc.zip |
[TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` (#804)
Closes #799
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 9144635f9..bcc669c7a 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1440,7 +1440,10 @@ from .tv2dk import ( TV2DKIE, TV2DKBornholmPlayIE, ) -from .tv2hu import TV2HuIE +from .tv2hu import ( + TV2HuIE, + TV2HuSeriesIE, +) from .tv4 import TV4IE from .tv5mondeplus import TV5MondePlusIE from .tv5unis import ( |