mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[yandexmusic] Refactor and add support for artist's tracks and albums (closes #11887, closes #22284)
This commit is contained in:
parent
d6ce649f15
commit
6da0e5e7a2
2 changed files with 200 additions and 82 deletions
|
@ -1478,6 +1478,8 @@ from .yandexmusic import (
|
|||
YandexMusicTrackIE,
|
||||
YandexMusicAlbumIE,
|
||||
YandexMusicPlaylistIE,
|
||||
YandexMusicArtistTracksIE,
|
||||
YandexMusicArtistAlbumsIE,
|
||||
)
|
||||
from .yandexvideo import YandexVideoIE
|
||||
from .yapfiles import YapFilesIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue