mirror of https://github.com/aria2/aria2
2009-12-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Upcase info hash in Magnet URI. * doc/aria2c.1.txtpull/1/head
parent
ace9f30d49
commit
3aff2b565e
|
@ -1,3 +1,8 @@
|
|||
2009-12-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Upcase info hash in Magnet URI.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-12-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Refactored RequestGroupMan::changeReservedGroupPosition()
|
||||
|
|
|
@ -2869,7 +2869,7 @@ To pause a download, press Ctrl\-C\&. You can resume the transfer by running ari
|
|||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
aria2c "magnet:?xt=urn:btih:248d0a1cd08284299de78d5c1ed359bb46717d8c&dn=aria2"
|
||||
aria2c "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C&dn=aria2"
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
|
@ -3266,7 +3266,7 @@ directory.</td>
|
|||
<h4 id="_download_using_bittorrent_magnet_uri">Download using BitTorrent Magnet URI</h4>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre><tt>aria2c "magnet:?xt=urn:btih:248d0a1cd08284299de78d5c1ed359bb46717d8c&dn=aria2"</tt></pre>
|
||||
<pre><tt>aria2c "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C&dn=aria2"</tt></pre>
|
||||
</div></div>
|
||||
<div class="admonitionblock">
|
||||
<table><tr>
|
||||
|
@ -3512,7 +3512,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-12-23 00:06:15 JST
|
||||
Last updated 2009-12-23 13:22:43 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1596,7 +1596,7 @@ Download using BitTorrent Magnet URI
|
|||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
aria2c "magnet:?xt=urn:btih:248d0a1cd08284299de78d5c1ed359bb46717d8c&dn=aria2"
|
||||
aria2c "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C&dn=aria2"
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
[NOTE]
|
||||
|
|
Loading…
Reference in New Issue