mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
url separates into multople args. fixes #222
This commit is contained in:
parent
c13fe0c6a2
commit
c98604c618
6 changed files with 6 additions and 6 deletions
|
@ -219,7 +219,7 @@ elif len(sys.argv) == SABNZB_NO_OF_ARGUMENTS:
|
|||
clientAgent = "sabnzbd"
|
||||
result = autoProcessMovie.process(sys.argv[1], sys.argv[2], sys.argv[7], clientAgent)
|
||||
# SABnzbd 0.7.17+
|
||||
elif len(sys.argv) == SABNZB_0717_NO_OF_ARGUMENTS:
|
||||
elif len(sys.argv) >= SABNZB_0717_NO_OF_ARGUMENTS:
|
||||
# SABnzbd argv:
|
||||
# 1 The final directory of the job (full path)
|
||||
# 2 The original name of the NZB file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue