full albums
This commit is contained in:
parent
d159635d16
commit
a3d1b4d8a0
2 changed files with 10 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ YouTube Releases:
|
|||
"Stan Getz": "https://www.youtube.com/@stangetzofficial/releases"
|
||||
"Art Blakey": "https://www.youtube.com/channel/UCMki-b0zfAQiMQ0nbsrIuBQ/playlists"
|
||||
|
||||
# Supports downloading playlists or individual videos where a single video is a full album.
|
||||
# ytdl-sub will split the album based on video chapters, and make each chapter a track.
|
||||
YouTube Full Albums:
|
||||
= Lofi:
|
||||
"Game Chops": "https://www.youtube.com/playlist?list=PLBsm_SagFMmdWnCnrNtLjA9kzfrRkto4i"
|
||||
|
||||
# Supports downloading a SoundCloud's artists albums + singles. Be sure to not include
|
||||
# any extension after the SoundCloud artist's name in the URL.
|
||||
SoundCloud Discography:
|
||||
|
|
|
|||
|
|
@ -131,6 +131,10 @@ presets:
|
|||
preset:
|
||||
- "_albums_from_playlists"
|
||||
|
||||
"YouTube Full Albums":
|
||||
preset:
|
||||
- "_albums_from_chapters"
|
||||
|
||||
"Bandcamp":
|
||||
preset:
|
||||
- "_albums_from_playlists"
|
||||
|
|
|
|||
Loading…
Reference in a new issue