aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorhugepower <yezicccccc@gmail.com>2024-09-14 07:12:38 +0800
committerGitHub <noreply@github.com>2024-09-13 23:12:38 +0000
commit25c1cdaa2650563494d3bf00a38f72d0d9486bff (patch)
tree049ca8ee29fc725e3567dd94b836769b676cfff9 /yt_dlp/extractor/_extractors.py
parentd02df303d8e49390599db9f34482697e4d1cf5b2 (diff)
[ie/huya:video] Add extractor (#10686)
Closes #10679 Authored by: hugepower
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 4302076f0..8903bf8fc 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -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