[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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