mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
more clogging!
This commit is contained in:
parent
b17770115d
commit
9a28ff9d73
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
if re.search(r'\d+', os.path.splitext(fileName)[1]): # find part numbers in second "extension" from right
|
||||
part = int(re.search(r'\d+', os.path.splitext(fileName)[1]).group())
|
||||
if part == 1: # we only want to extract the primary part.
|
||||
Logger.info("MAIN: Found primary part of a multi-part archive %s. Extracting", file)
|
||||
Logger.debug("MAIN: Found primary part of a multi-part archive %s. Extracting", file)
|
||||
else:
|
||||
Logger.debug("MAIN: Found part %s of a multi-part archive %s. Ignoring", part, file)
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue