aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorAshish Gupta <39122144+Ashish0804@users.noreply.github.com>2022-01-21 11:32:31 +0530
committerGitHub <noreply@github.com>2022-01-21 11:32:31 +0530
commit593e43c0306aeb70ff8849ce30079f18bb088f00 (patch)
treeb186a641ebce770452fdf21e0f4e4d3fbf4b447b /yt_dlp/extractor/extractors.py
parent8fe514d382808dfa9e5c9a950ef45b4545fd7470 (diff)
downloadhypervideo-pre-593e43c0306aeb70ff8849ce30079f18bb088f00.tar.lz
hypervideo-pre-593e43c0306aeb70ff8849ce30079f18bb088f00.tar.xz
hypervideo-pre-593e43c0306aeb70ff8849ce30079f18bb088f00.zip
[LnkIE] Add extractor (#2408)
Closes: #2268 Authored by: Ashish0804
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 d659d7a8e..4bab736e5 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -756,7 +756,10 @@ from .livestream import (
LivestreamOriginalIE,
LivestreamShortenerIE,
)
-from .lnkgo import LnkGoIE
+from .lnkgo import (
+ LnkGoIE,
+ LnkIE,
+)
from .localnews8 import LocalNews8IE
from .lovehomeporn import LoveHomePornIE
from .lrt import LRTIE