1
0
Fork 0

[ie/huya:video] Add extractor (#10686)

Closes #10679
Authored by: hugepower
This commit is contained in:
hugepower 2024-09-14 07:12:38 +08:00 committed by GitHub
commit 25c1cdaa26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 83 additions and 2 deletions

View file

@ -823,7 +823,10 @@ from .hungama import (
HungamaIE,
HungamaSongIE,
)
from .huya import HuyaLiveIE
from .huya import (
HuyaLiveIE,
HuyaVideoIE,
)
from .hypem import HypemIE
from .hypergryph import MonsterSirenHypergryphMusicIE
from .hytale import HytaleIE