aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorZenon Mousmoulas <zmousm@users.noreply.github.com>2022-01-19 22:43:02 +0200
committerGitHub <noreply@github.com>2022-01-20 02:13:02 +0530
commit1a20d29552431efa8f4f8b14d0ac0561c2d59181 (patch)
tree3c07a77a7eb98e9c809d9d3bb7f6a71edcb6065f /yt_dlp/extractor/extractors.py
parentf7085283e12768493d19ebd7fd4a493b6ca69fe5 (diff)
downloadhypervideo-pre-1a20d29552431efa8f4f8b14d0ac0561c2d59181.tar.lz
hypervideo-pre-1a20d29552431efa8f4f8b14d0ac0561c2d59181.tar.xz
hypervideo-pre-1a20d29552431efa8f4f8b14d0ac0561c2d59181.zip
[tvopengr] Add extractors (#2297)
Authored by: zmousm
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index ed0fa3698..12348d629 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1679,6 +1679,10 @@ from .tvnow import (
TVNowAnnualIE,
TVNowShowIE,
)
+from .tvopengr import (
+ TVOpenGrWatchIE,
+ TVOpenGrEmbedIE,
+)
from .tvp import (
TVPEmbedIE,
TVPIE,