1
0
Fork 0

[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
commit dc9de9cbd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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