mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
check most unique fork first.
This commit is contained in:
parent
44e5caafb9
commit
185da16e85
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def autoFork(section, inputCategory):
|
||||||
|
|
||||||
elif fork == "auto":
|
elif fork == "auto":
|
||||||
logger.info("Attempting to auto-detect %s fork" % inputCategory)
|
logger.info("Attempting to auto-detect %s fork" % inputCategory)
|
||||||
for fork in sorted(nzbtomedia.FORKS.iteritems(), reverse=False):
|
for fork in sorted(nzbtomedia.FORKS.iteritems(), reverse=True):
|
||||||
url = "%s%s:%s%s/home/postprocess/processEpisode?%s" % (protocol,host,port,web_root,urllib.urlencode(fork[1]))
|
url = "%s%s:%s%s/home/postprocess/processEpisode?%s" % (protocol,host,port,web_root,urllib.urlencode(fork[1]))
|
||||||
|
|
||||||
# attempting to auto-detect fork
|
# attempting to auto-detect fork
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue