1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[LnkIE] Add extractor (#2408)

Closes: #2268 
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta
2022-01-21 11:32:31 +05:30
committed by GitHub
parent 8fe514d382
commit 593e43c030
2 changed files with 88 additions and 1 deletions

View File

@@ -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