This commit is contained in:
rycee
2026-01-03 10:24:15 +00:00
parent a9a5f7f0ee
commit ec1e3f1b31

View File

@@ -86426,7 +86426,7 @@ See <a class="link" href="https://github.com/yt-dlp/yt-dlp#configuration" targe
for explanation about possible values.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (boolean or signed integer or string)</p>
attribute set of (boolean or signed integer or string or list of (boolean or signed integer or string))</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@@ -86437,6 +86437,10 @@ attribute set of (boolean or signed integer or string)</p>
sub-langs = &quot;all&quot;;
downloader = &quot;aria2c&quot;;
downloader-args = &quot;aria2c:&#x27;-c -x8 -s8 -k1M&#x27;&quot;;
color = [
&quot;stdout:no_color&quot;
&quot;stderr:always&quot;
];
}
</code></pre>