[extractor/html5] Separate into own extractor (#4307)

Closes #4291

Authored by: coletdjnz, pukkandan
This commit is contained in:
pukkandan 2022-07-08 03:25:04 +05:30
parent 5fff2e576f
commit f14a2d8382
4 changed files with 30 additions and 21 deletions

View file

@ -662,6 +662,7 @@ from .hse import (
HSEShowIE,
HSEProductIE,
)
from .genericembeds import HTML5MediaEmbedIE
from .huajiao import HuajiaoIE
from .huya import HuyaLiveIE
from .huffpost import HuffPostIE