1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

[YandexVideoPreview] Add extractor (#2500)

Closes #1794
Authored by: KiberInfinity
This commit is contained in:
KiberInfinity
2022-01-27 21:51:40 +02:00
committed by GitHub
parent fa8fd95118
commit e26f9cc1e5
2 changed files with 41 additions and 0 deletions

View File

@@ -1985,6 +1985,7 @@ from .yandexmusic import (
)
from .yandexvideo import (
YandexVideoIE,
YandexVideoPreviewIE,
ZenYandexIE,
ZenYandexChannelIE,
)