aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorThe Hatsune Daishi <nao20010128@gmail.com>2021-08-04 18:14:37 +0900
committerGitHub <noreply@github.com>2021-08-04 14:44:37 +0530
commit9997eee4af137ab46fc00336b1d4b7d7eb6431d4 (patch)
tree4bbb79b54e01d7a7e35cf61a3fc6e625b107dc54 /yt_dlp/extractor/extractors.py
parent3e376d183ede2d9d24a14e4d5afee7a64679cca0 (diff)
downloadhypervideo-pre-9997eee4af137ab46fc00336b1d4b7d7eb6431d4.tar.lz
hypervideo-pre-9997eee4af137ab46fc00336b1d4b7d7eb6431d4.tar.xz
hypervideo-pre-9997eee4af137ab46fc00336b1d4b7d7eb6431d4.zip
[openrec] Add extractors (#624)
Authored by: nao20010128nao
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 e12121073..99fd7cb78 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -936,6 +936,10 @@ from .ooyala import (
OoyalaIE,
OoyalaExternalIE,
)
+from .openrec import (
+ OpenRecIE,
+ OpenRecCaptureIE,
+)
from .ora import OraTVIE
from .orf import (
ORFTVthekIE,