mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
remove map for subtitles. #619. Also fix Transcoder logging.
This commit is contained in:
parent
690c49e51f
commit
1f5bb1a18c
2 changed files with 4 additions and 3 deletions
|
@ -87,8 +87,9 @@ def extract(filePath, outputDestination):
|
|||
passwords = [line.strip() for line in open(os.path.normpath(nzbtomedia.PASSWORDSFILE))]
|
||||
else:
|
||||
passwords = []
|
||||
nzbtomedia.logger.info("Extracting %s to %s" % (filePath, outputDestination))
|
||||
nzbtomedia.logger.debug("Extracting %s %s %s" % (cmd, filePath, outputDestination))
|
||||
|
||||
nzbtomedia.logger.info("Extracting %s to %s" % (filePath, outputDestination))
|
||||
nzbtomedia.logger.debug("Extracting %s %s %s" % (cmd, filePath, outputDestination))
|
||||
|
||||
origFiles = []
|
||||
origDirs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue