j
This commit is contained in:
@@ -10,6 +10,12 @@ from SYS.logger import log
|
||||
class YouTube(Provider):
|
||||
"""Search provider for YouTube using the yt_dlp Python package."""
|
||||
|
||||
TABLE_AUTO_STAGES = {
|
||||
"youtube": ["download-file"],
|
||||
}
|
||||
# If the user provides extra args on the selection stage, forward them to download-file.
|
||||
AUTO_STAGE_USE_SELECTION_ARGS = True
|
||||
|
||||
def search(
|
||||
self,
|
||||
query: str,
|
||||
|
||||
Reference in New Issue
Block a user