expose generic collection
This commit is contained in:
parent
839192059b
commit
718b42f209
1 changed files with 18 additions and 14 deletions
|
|
@ -18,20 +18,24 @@ class CollectionDownloadOptions(CollectionValidator, DownloaderValidator):
|
||||||
# required
|
# required
|
||||||
download_strategy: "collection"
|
download_strategy: "collection"
|
||||||
urls:
|
urls:
|
||||||
- url: "soundcloud.com/tracks"
|
- url: "youtube.com/channel/UCsvn_Po0SmunchJYtttWpOxMg"
|
||||||
variables:
|
variables:
|
||||||
season: "1"
|
season_index: "1"
|
||||||
album: "{title}"
|
season_name: "Uploads"
|
||||||
playlist_thumbnails:
|
playlist_thumbnails:
|
||||||
- name:
|
- name: "poster.jpg"
|
||||||
uid: "square" / "largest" / "last entry" / actual name
|
uid: "avatar_uncropped"
|
||||||
source_thumbnail:
|
- name: "fanart.jpg"
|
||||||
- path:
|
uid: "banner_uncropped"
|
||||||
type: "
|
- name: "season{season_index}-poster.jpg"
|
||||||
- url: "soundcloud.com/albums"
|
uid: "latest_entry"
|
||||||
variables:
|
- url: "https://www.youtube.com/playlist?list=UCsvn_Po0SmunchJYtttWpOxMg"
|
||||||
season: "1"
|
variables:
|
||||||
album: "{playlist_title}"
|
season_index: "2"
|
||||||
|
season_name: "Playlist as Season"
|
||||||
|
playlist_thumbnails:
|
||||||
|
- name: "season{season_index}-poster.jpg"
|
||||||
|
uid: "latest_entry"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue