mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 15:44:58 -04:00
Include playlists
This commit is contained in:
parent
144299b2af
commit
80a2cf1a43
1 changed files with 4 additions and 1 deletions
|
@ -1871,7 +1871,10 @@ class Playlist(Tracklist, Media):
|
|||
|
||||
item.download(**kwargs)
|
||||
|
||||
item.tag(embed_cover=kwargs.get("embed_cover", True))
|
||||
item.tag(
|
||||
embed_cover=kwargs.get("embed_cover", True),
|
||||
exclude_tags=kwargs.get("exclude_tags"),
|
||||
)
|
||||
|
||||
# if playlist_to_album and self.client.source == "deezer":
|
||||
# # Because Deezer tracks come pre-tagged, the `set_playlist_to_album`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue