mirror of
https://github.com/simon987/od-database.git
synced 2025-12-15 07:39:04 +00:00
file lists now deleted after indexing
This commit is contained in:
@@ -119,7 +119,7 @@ class HttpDirectory(RemoteDirectory):
|
||||
if self._isdir(anchor):
|
||||
|
||||
directory = File(
|
||||
name=anchor.href,
|
||||
name=anchor.href, # todo handle external links here
|
||||
mtime=0,
|
||||
size=0,
|
||||
path=path,
|
||||
|
||||
Reference in New Issue
Block a user