[yandexmusic] Refactor and add support for artist's tracks and albums (closes #11887, closes #22284)

This commit is contained in:
Sergey M․ 2020-11-30 00:25:06 +07:00
commit 6da0e5e7a2
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 200 additions and 82 deletions

View file

@ -1478,6 +1478,8 @@ from .yandexmusic import (
YandexMusicTrackIE,
YandexMusicAlbumIE,
YandexMusicPlaylistIE,
YandexMusicArtistTracksIE,
YandexMusicArtistAlbumsIE,
)
from .yandexvideo import YandexVideoIE
from .yapfiles import YapFilesIE