1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[Yandex] Add ZenYandexIE and ZenYandexChannelIE (#900)

Authored by: Ashish0804
This commit is contained in:
Ashish
2021-09-07 23:03:19 +05:30
committed by GitHub
parent 92ddaa415e
commit dc9de9cbd2
2 changed files with 93 additions and 1 deletions

View File

@ -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