mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
improve passing of download_id
This commit is contained in:
parent
ded99d40f1
commit
3b076a5cfa
15 changed files with 93 additions and 42 deletions
|
@ -38,6 +38,8 @@ elif len(sys.argv) == NZBGET_NO_OF_ARGUMENTS:
|
|||
# 1 The final directory of the job (full path)
|
||||
# 2 The original name of the NZB file
|
||||
# 3 The status of the download: 0 == successful
|
||||
# 4 The category of the download:
|
||||
# 5 The download_id
|
||||
Logger.info("Script triggered from NZBGet, starting autoProcessComics...")
|
||||
result = autoProcessComics.processEpisode(sys.argv[1], sys.argv[2], sys.argv[3])
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue