diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-11-30 00:25:06 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-11-30 00:25:06 +0700 |
commit | 6da0e5e7a238a9a27260198da741a4014787dcae (patch) | |
tree | 8e37368c811769ea2b2dfddce8ed749280276475 /youtube_dl/extractor/extractors.py | |
parent | d6ce649f15cff2e259a0f38b176b97fec293f0ff (diff) |
[yandexmusic] Refactor and add support for artist's tracks and albums (closes #11887, closes #22284)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index fd19f0f0a..e5327d375 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1478,6 +1478,8 @@ from .yandexmusic import ( YandexMusicTrackIE, YandexMusicAlbumIE, YandexMusicPlaylistIE, + YandexMusicArtistTracksIE, + YandexMusicArtistAlbumsIE, ) from .yandexvideo import YandexVideoIE from .yapfiles import YapFilesIE |