mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Add Stheno
fork
This commit is contained in:
parent
d196ec6f7d
commit
4dadd905c8
3 changed files with 5 additions and 1 deletions
|
@ -250,6 +250,8 @@ def process(section, dir_name, input_name=None, failed=False, client_agent='manu
|
|||
if section == 'SickBeard':
|
||||
if apikey:
|
||||
url = '{0}{1}:{2}{3}/api/{4}/?cmd=postprocess'.format(protocol, host, port, web_root, apikey)
|
||||
elif fork == 'Stheno':
|
||||
url = "{0}{1}:{2}{3}/home/postprocess/process_episode".format(protocol, host, port, web_root)
|
||||
else:
|
||||
url = '{0}{1}:{2}{3}/home/postprocess/processEpisode'.format(protocol, host, port, web_root)
|
||||
elif section == 'NzbDrone':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue