jkj
This commit is contained in:
@@ -348,6 +348,8 @@ class DownloadOptions:
|
||||
playlist_items: Optional[str] = None # yt-dlp --playlist-items format (e.g., "1-3,5,8")
|
||||
no_playlist: bool = False # If True, pass --no-playlist to yt-dlp
|
||||
quiet: bool = False # If True, suppress all console output (progress, debug logs)
|
||||
embed_chapters: bool = False # If True, pass yt-dlp --embed-chapters / embedchapters
|
||||
write_sub: bool = False # If True, download subtitles (writesubtitles/writeautomaticsub)
|
||||
|
||||
|
||||
class SendFunc(Protocol):
|
||||
|
||||
Reference in New Issue
Block a user