[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
parent d6ce649f15
commit 6da0e5e7a2
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