aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorHa Tien Loi <loiht.b17vt220@stu.ptit.edu.vn>2022-05-04 21:13:52 +0700
committerGitHub <noreply@github.com>2022-05-04 07:13:52 -0700
commitf963b7ab189790ae516a04579d301f1cd79cf26f (patch)
treeb9b9df373eb932af06aba8df8e67011bee8d76dd /yt_dlp/extractor/extractors.py
parent86925f63344267fca38fe67b3918990081aba0b4 (diff)
downloadhypervideo-pre-f963b7ab189790ae516a04579d301f1cd79cf26f.tar.lz
hypervideo-pre-f963b7ab189790ae516a04579d301f1cd79cf26f.tar.xz
hypervideo-pre-f963b7ab189790ae516a04579d301f1cd79cf26f.zip
[Likee] Add extractor (#3625)
Closes #3603 Authored by: hatienl0i261299
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index a3da85a0f..c29a78deb 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -788,6 +788,10 @@ from .lifenews import (
LifeNewsIE,
LifeEmbedIE,
)
+from .likee import (
+ LikeeIE,
+ LikeeUserIE
+)
from .limelight import (
LimelightMediaIE,
LimelightChannelIE,