mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [show domains] fix down domains
This commit is contained in:
parent
3e9dd8a702
commit
62880e3a1c
1 changed files with 3 additions and 0 deletions
|
@ -311,6 +311,9 @@ class Domain(AbstractObject):
|
||||||
root_item = self.get_last_item_root()
|
root_item = self.get_last_item_root()
|
||||||
if root_item:
|
if root_item:
|
||||||
return self.get_crawled_items(root_item)
|
return self.get_crawled_items(root_item)
|
||||||
|
else:
|
||||||
|
return []
|
||||||
|
|
||||||
|
|
||||||
# TODO FIXME
|
# TODO FIXME
|
||||||
def get_all_urls(self, date=False, epoch=None):
|
def get_all_urls(self, date=False, epoch=None):
|
||||||
|
|
Loading…
Reference in a new issue