fix extract offline, better estimate of remaining time on resume
This commit is contained in:
parent
bd2fabf1ed
commit
79b96490f9
2 changed files with 9 additions and 3 deletions
|
|
@ -49,7 +49,8 @@ for more information visit https://wiki.0x2620.org/wiki/pandora_client''' % ', '
|
|||
|
||||
action = args[0]
|
||||
|
||||
offline = action in config or action == 'client'
|
||||
offline = action in config or action == 'client' or \
|
||||
(action == 'extract' and len(args) == 2 and args[1] in ('offline', 'all'))
|
||||
if action == 'client':
|
||||
opts.config = {'url': '', 'cache': '~/.ox/client.sqlite', 'media-cache': '~/.ox/media'}
|
||||
if action == 'config':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue