mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Added parameter handling of --stream-piece-selector
This commit is contained in:
parent
c1ba8f5edc
commit
90c8e0f75a
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ _aria2c()
|
|||
'--log-level',
|
||||
'--uri-selector',
|
||||
'--event-poll',
|
||||
'--follow-torrent']:
|
||||
'--follow-torrent',
|
||||
'--stream-piece-selector']:
|
||||
opt = opts[long_opt]
|
||||
output_value_case(out, opt.long_opt, opt.values)
|
||||
# Complete directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue