[hse] Add extractors (#1906)
Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060 Authored by: cypheron, pukkandan
This commit is contained in:
parent
ca5db158ae
commit
ae43a4b986
2 changed files with 99 additions and 0 deletions
|
|
@ -565,6 +565,10 @@ from .hrti import (
|
|||
HRTiIE,
|
||||
HRTiPlaylistIE,
|
||||
)
|
||||
from .hse import (
|
||||
HSEShowIE,
|
||||
HSEProductIE,
|
||||
)
|
||||
from .huajiao import HuajiaoIE
|
||||
from .huffpost import HuffPostIE
|
||||
from .hungama import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue