diff options
author | Ha Tien Loi <loiht.b17vt220@stu.ptit.edu.vn> | 2022-05-07 15:44:41 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 01:44:41 -0700 |
commit | 89f383c4ee7b0b7674acc5a584fc754df6e5f118 (patch) | |
tree | 1501954cbd5df7bfd074f27f293ae654f8d050e5 /yt_dlp/extractor/extractors.py | |
parent | 91e5e839d3017577dabba7e9b142910ec32a495a (diff) | |
download | hypervideo-pre-89f383c4ee7b0b7674acc5a584fc754df6e5f118.tar.lz hypervideo-pre-89f383c4ee7b0b7674acc5a584fc754df6e5f118.tar.xz hypervideo-pre-89f383c4ee7b0b7674acc5a584fc754df6e5f118.zip |
[gronkh] Add playlist extractors (#3337)
Closes #3300
Authored by: hatienl0i261299
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 6f6862915..0ba129f96 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -601,7 +601,11 @@ from .gopro import GoProIE from .goshgay import GoshgayIE from .gotostage import GoToStageIE from .gputechconf import GPUTechConfIE -from .gronkh import GronkhIE +from .gronkh import ( + GronkhIE, + GronkhFeedIE, + GronkhVodsIE +) from .groupon import GrouponIE from .hbo import HBOIE from .hearthisat import HearThisAtIE |