f
This commit is contained in:
@@ -131,7 +131,7 @@ class Provider(ABC):
|
||||
#
|
||||
# Example:
|
||||
# TABLE_AUTO_STAGES = {"youtube": ["download-file"]}
|
||||
# TABLE_AUTO_PREFIXES = {"hifi": ["download-file"]} # matches hifi.*
|
||||
# TABLE_AUTO_PREFIXES = {"tidal": ["download-file"]} # matches tidal.*
|
||||
TABLE_AUTO_STAGES: Dict[str, Sequence[str]] = {}
|
||||
TABLE_AUTO_PREFIXES: Dict[str, Sequence[str]] = {}
|
||||
AUTO_STAGE_USE_SELECTION_ARGS: bool = False
|
||||
|
||||
Reference in New Issue
Block a user