diff options
author | Ashish <39122144+Ashish0804@users.noreply.github.com> | 2021-09-07 23:03:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 23:03:19 +0530 |
commit | dc9de9cbd24a53262de4a3e169bed4e681c22810 (patch) | |
tree | 234340f3011bc9f8996bf300d76e2da9a4243b9d /yt_dlp/extractor/extractors.py | |
parent | 92ddaa415e20134eaa20421e16bb692dc5e1f18d (diff) | |
download | hypervideo-pre-dc9de9cbd24a53262de4a3e169bed4e681c22810.tar.lz hypervideo-pre-dc9de9cbd24a53262de4a3e169bed4e681c22810.tar.xz hypervideo-pre-dc9de9cbd24a53262de4a3e169bed4e681c22810.zip |
[Yandex] Add ZenYandexIE and ZenYandexChannelIE (#900)
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 736868a09..18df1549b 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1765,7 +1765,11 @@ from .yandexmusic import ( YandexMusicArtistTracksIE, YandexMusicArtistAlbumsIE, ) -from .yandexvideo import YandexVideoIE +from .yandexvideo import ( + YandexVideoIE, + ZenYandexIE, + ZenYandexChannelIE, +) from .yapfiles import YapFilesIE from .yesjapan import YesJapanIE from .yinyuetai import YinYueTaiIE |