1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[extractor/trtcocuk] Add extractor (#5009)

Closes #2635
Authored by: HobbyistDev
This commit is contained in:
HobbyistDev
2022-12-27 15:25:09 +09:00
committed by GitHub
parent 4af47a0003
commit 032f22020c
2 changed files with 49 additions and 0 deletions

View File

@@ -1905,6 +1905,7 @@ from .trovo import (
TrovoChannelVodIE,
TrovoChannelClipIE,
)
from .trtcocuk import TrtCocukVideoIE
from .trueid import TrueIDIE
from .trunews import TruNewsIE
from .truth import TruthIE