mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-25 13:29:06 +03:00
[ie/tarangplus] add extractors for TarangPlus
Add new extractors TarangPlusVideoIE, TarangPlusPlaylistIE and TarangPlusSecondayPlaylistIE Closes (#13020) Note: requires pycryptodomex
This commit is contained in:
@@ -2031,6 +2031,11 @@ from .taptap import (
|
||||
TapTapMomentIE,
|
||||
TapTapPostIntlIE,
|
||||
)
|
||||
from .tarangplus import (
|
||||
TarangPlusPlaylistIE,
|
||||
TarangPlusSecondaryPlaylistIE,
|
||||
TarangPlusVideoIE,
|
||||
)
|
||||
from .tass import TassIE
|
||||
from .tbs import TBSIE
|
||||
from .tbsjp import (
|
||||
|
||||
Reference in New Issue
Block a user