update path after scrape

This commit is contained in:
j 2015-11-17 12:51:49 +01:00
parent fba2fa78ce
commit 7ac7738c9e
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ class ScrapeThread(Thread):
logger.debug('scrape %s', s.item)
try:
s.item.scrape()
for f in s.item.files:
f.move()
s.remove()
trigger_event('change', {})
scraped = True