aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorKiberInfinity <kiberinfinity@gmail.com>2022-01-27 21:51:40 +0200
committerGitHub <noreply@github.com>2022-01-28 01:21:40 +0530
commite26f9cc1e58a298b00f1b9747981a05b3bbe919f (patch)
tree1504d856825898e23d1a9e61c9280ddb2be4956a /yt_dlp/extractor/extractors.py
parentfa8fd951184017b9ba164dfa5e6d95d44ff6edd4 (diff)
downloadhypervideo-pre-e26f9cc1e58a298b00f1b9747981a05b3bbe919f.tar.lz
hypervideo-pre-e26f9cc1e58a298b00f1b9747981a05b3bbe919f.tar.xz
hypervideo-pre-e26f9cc1e58a298b00f1b9747981a05b3bbe919f.zip
[YandexVideoPreview] Add extractor (#2500)
Closes #1794 Authored by: KiberInfinity
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 ca6b8c667..384a9d415 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1985,6 +1985,7 @@ from .yandexmusic import (
)
from .yandexvideo import (
YandexVideoIE,
+ YandexVideoPreviewIE,
ZenYandexIE,
ZenYandexChannelIE,
)