This commit is contained in:
2026-05-26 19:00:04 -07:00
parent 0db899d0c3
commit cdae571385
24 changed files with 119 additions and 241 deletions
+1
View File
@@ -508,6 +508,7 @@ class ytdlp(TablePluginMixin, Provider):
PLUGIN_NAME = "ytdlp"
PLUGIN_ALIASES = ("youtube",)
SEARCH_QUERY_KEYS = ("search", "q")
SUPPORTED_CMDLETS = frozenset({"download-file", "search-file"})
@staticmethod
def config_schema() -> List[Dict[str, Any]]: