Implementation of an Issue #147

This commit is contained in:
Miroslav Stampar
2012-08-15 16:37:18 +02:00
parent 74ee0ce78a
commit f358ab2e73
4 changed files with 10 additions and 1 deletions

View File

@@ -398,6 +398,9 @@ def __createTargetDirs():
conf.outputPath = tempDir
with open(os.path.join(conf.outputPath, "target.txt"), "w+") as f:
f.write(kb.originalUrls.get(conf.url) or conf.url or conf.hostname)
__createDumpDir()
__createFilesDir()
__configureDumper()