mirror of
https://github.com/evilhero/mylar
synced 2025-03-13 07:22:59 +00:00
Fix: nzbname correction for blackhole use (to allow for post-processing)
This commit is contained in:
parent
2061429a1d
commit
bded095707
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr, Is
|
|||
urllib.urlretrieve(linkapi, str(mylar.BLACKHOLE_DIR) + str(filenamenzb))
|
||||
logger.fdebug("filename saved to your blackhole as : " + str(filenamenzb))
|
||||
logger.info(u"Successfully sent .nzb to your Blackhole directory : " + str(mylar.BLACKHOLE_DIR) + str(filenamenzb) )
|
||||
nzbname = str(filenamenzb)
|
||||
nzbname = str(ComicName) + " " + str(IssueNumber) + " (" + str(comyear) + ")"
|
||||
#end blackhole
|
||||
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue