[gronkh] Add playlist extractors (#3337)

Closes #3300
Authored by: hatienl0i261299
This commit is contained in:
Ha Tien Loi
2022-05-07 15:44:41 +07:00
committed by GitHub
parent 91e5e839d3
commit 89f383c4ee
2 changed files with 63 additions and 2 deletions

View File

@@ -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