diff options
author | Ashish Gupta <39122144+Ashish0804@users.noreply.github.com> | 2021-10-18 08:11:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 08:11:31 +0530 |
commit | 920134b2e526ccb39a368add5547788361c78fb3 (patch) | |
tree | ac96417eeb3483edc12575c017d6a9f0fdc2e533 /yt_dlp/extractor/extractors.py | |
parent | 72ab7687194f353079b4f6e6ac9a59f586c9a9ef (diff) | |
download | hypervideo-pre-920134b2e526ccb39a368add5547788361c78fb3.tar.lz hypervideo-pre-920134b2e526ccb39a368add5547788361c78fb3.tar.xz hypervideo-pre-920134b2e526ccb39a368add5547788361c78fb3.zip |
[Gronkh] Add extractor (#1299)
Closes #1293
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index ffd26ca0b..f4f817fcb 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -527,6 +527,7 @@ from .gopro import GoProIE from .goshgay import GoshgayIE from .gotostage import GoToStageIE from .gputechconf import GPUTechConfIE +from .gronkh import GronkhIE from .groupon import GrouponIE from .hbo import HBOIE from .hearthisat import HearThisAtIE |