|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>aria2c(1) — aria2 1.31.0 documentation</title> |
| 11 | + <title>aria2c(1) — aria2 1.32.0 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
33 | 33 | <link rel="index" title="Index" |
34 | 34 | href="genindex.html"/> |
35 | 35 | <link rel="search" title="Search" href="search.html"/> |
36 | | - <link rel="top" title="aria2 1.31.0 documentation" href="index.html"/> |
| 36 | + <link rel="top" title="aria2 1.32.0 documentation" href="index.html"/> |
37 | 37 | <link rel="next" title="aria2 - The ultra fast download utility" href="README.html"/> |
38 | 38 | <link rel="prev" title="Aria2 Manual" href="index.html"/> |
39 | 39 |
|
|
64 | 64 |
|
65 | 65 |
|
66 | 66 | <div class="version"> |
67 | | - 1.31.0 |
| 67 | + 1.32.0 |
68 | 68 | </div> |
69 | 69 |
|
70 | 70 |
|
@@ -316,6 +316,22 @@ <h3>Basic Options<a class="headerlink" href="#basic-options" title="Permalink to |
316 | 316 | <dd><p>Set the maximum number of parallel downloads for every queue item. |
317 | 317 | See also the <a class="reference internal" href="#cmdoption-s"><code class="xref std std-option docutils literal"><span class="pre">--split</span></code></a> option. |
318 | 318 | Default: <code class="docutils literal"><span class="pre">5</span></code></p> |
| 319 | +<div class="admonition note"> |
| 320 | +<p class="first admonition-title">Note</p> |
| 321 | +<p><a class="reference internal" href="#cmdoption--max-concurrent-downloads"><code class="xref std std-option docutils literal"><span class="pre">--max-concurrent-downloads</span></code></a> limits the number of items |
| 322 | +which are downloaded concurrently. <a class="reference internal" href="#cmdoption-s"><code class="xref std std-option docutils literal"><span class="pre">--split</span></code></a> and |
| 323 | +<a class="reference internal" href="#cmdoption-k"><code class="xref std std-option docutils literal"><span class="pre">--min-split-size</span></code></a> affect the number of connections |
| 324 | +inside each item. Imagine that you have an input file (see |
| 325 | +<a class="reference internal" href="#cmdoption-i"><code class="xref std std-option docutils literal"><span class="pre">--input-file</span></code></a> option) like this:</p> |
| 326 | +<div class="highlight-text"><div class="highlight"><pre><span></span>http://example.com/foo |
| 327 | +http://example.com/bar |
| 328 | +</pre></div> |
| 329 | +</div> |
| 330 | +<p class="last">Here is 2 download items. aria2 can download these items |
| 331 | +concurrently if the value more than or equal 2 is given to |
| 332 | +<a class="reference internal" href="#cmdoption--max-concurrent-downloads"><code class="xref std std-option docutils literal"><span class="pre">--max-concurrent-downloads</span></code></a>. In each download item, you |
| 333 | +can configure the number of connections using <a class="reference internal" href="#cmdoption-s"><code class="xref std std-option docutils literal"><span class="pre">--split</span></code></a> and/or <a class="reference internal" href="#cmdoption-k"><code class="xref std std-option docutils literal"><span class="pre">--min-split-size</span></code></a>, etc.</p> |
| 334 | +</div> |
319 | 335 | </dd></dl> |
320 | 336 |
|
321 | 337 | <dl class="option"> |
@@ -3111,7 +3127,7 @@ <h3>Methods<a class="headerlink" href="#methods" title="Permalink to this headli |
3111 | 3127 | <dl class="function"> |
3112 | 3128 | <dt id="aria2.unpauseAll"> |
3113 | 3129 | <code class="descclassname">aria2.</code><code class="descname">unpauseAll</code><span class="sig-paren">(</span><span class="optional">[</span><em>secret</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#aria2.unpauseAll" title="Permalink to this definition">¶</a></dt> |
3114 | | -<dd><p>This method is equal to calling <a class="reference internal" href="#aria2.unpause" title="aria2.unpause"><code class="xref py py-func docutils literal"><span class="pre">aria2.unpause()</span></code></a> for every active/waiting |
| 3130 | +<dd><p>This method is equal to calling <a class="reference internal" href="#aria2.unpause" title="aria2.unpause"><code class="xref py py-func docutils literal"><span class="pre">aria2.unpause()</span></code></a> for every paused |
3115 | 3131 | download. This methods returns <code class="docutils literal"><span class="pre">OK</span></code>.</p> |
3116 | 3132 | </dd></dl> |
3117 | 3133 |
|
@@ -4884,7 +4900,7 @@ <h2>COPYRIGHT<a class="headerlink" href="#copyright" title="Permalink to this he |
4884 | 4900 | <script type="text/javascript"> |
4885 | 4901 | var DOCUMENTATION_OPTIONS = { |
4886 | 4902 | URL_ROOT:'./', |
4887 | | - VERSION:'1.31.0', |
| 4903 | + VERSION:'1.32.0', |
4888 | 4904 | COLLAPSE_INDEX:false, |
4889 | 4905 | FILE_SUFFIX:'.html', |
4890 | 4906 | HAS_SOURCE: true |
|
0 commit comments