1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[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
parent d02df303d8
commit 25c1cdaa26
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