aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorHobbyistDev <105957301+HobbyistDev@users.noreply.github.com>2022-12-27 15:25:09 +0900
committerGitHub <noreply@github.com>2022-12-27 11:55:09 +0530
commit032f22020c3aaf0c1be1bb500498d13782d01c73 (patch)
tree9966653a3a806a690080f2f54c67a54f34e62c71 /yt_dlp/extractor/_extractors.py
parent4af47a00038dfbe6a243119e499f2e876e0f2766 (diff)
downloadhypervideo-pre-032f22020c3aaf0c1be1bb500498d13782d01c73.tar.lz
hypervideo-pre-032f22020c3aaf0c1be1bb500498d13782d01c73.tar.xz
hypervideo-pre-032f22020c3aaf0c1be1bb500498d13782d01c73.zip
[extractor/trtcocuk] Add extractor (#5009)
Closes #2635 Authored by: HobbyistDev
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index a12328f04..63c7abb10 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -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