Skip to content

Simplify subscriptions.yaml #743

Description

@jmbannon

An extension of https://ytdl-sub.readthedocs.io/en/latest/config.html#file-preset

Have the ability to do something like:

# applies to entire file
 __preset__:
   preset: "playlist_preset_ex"
__value__: "url"

# applies for subsequent URLs
__jazz__:
  overrides:
    genre: "Jazz"

jazz_artist1: "url"
jazz_artist2: "url"

# NEW sub-preset, discard __jazz__ and apply __rock__
__rock__:
  overrides:
    genre: "Rock"

rock_artist1: "url"
rock_artist2: "url"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions