1
0
Fork 0

[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
commit 89f383c4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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