mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
--custom option fixed
This commit is contained in:
parent
479640dad1
commit
1e311e9d63
@ -263,7 +263,7 @@ def main():
|
|||||||
os.system("""transmission-remote --add "%s" """ % (url))
|
os.system("""transmission-remote --add "%s" """ % (url))
|
||||||
os.system("transmission-remote -l")
|
os.system("transmission-remote -l")
|
||||||
elif args.command:
|
elif args.command:
|
||||||
os.system(args.custom % (url))
|
os.system(args.command % (url))
|
||||||
else:
|
else:
|
||||||
webbrowser.open(url)
|
webbrowser.open(url)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user