From a34df1f7535d1f22209314ba3c1bdaa9ccafa57c Mon Sep 17 00:00:00 2001 From: bashonly Date: Wed, 9 Jul 2025 18:06:33 -0500 Subject: [PATCH] [docs] Clarify `extractor_args` type Closes #12436 Authored by: bashonly --- yt_dlp/YoutubeDL.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 44a6696c02..ea6c802068 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -529,6 +529,7 @@ class YoutubeDL: discontinuities such as ad breaks (default: False) extractor_args: A dictionary of arguments to be passed to the extractors. See "EXTRACTOR ARGUMENTS" for details. + Argument values must always be a list of string(s). E.g. {'youtube': {'skip': ['dash', 'hls']}} mark_watched: Mark videos watched (even with --simulate). Only for YouTube