mirror of
https://github.com/simon987/od-database.git
synced 2025-12-18 17:19:03 +00:00
Should fix some odd http listings
This commit is contained in:
@@ -180,7 +180,8 @@ class HttpDirectory(RemoteDirectory):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _should_ignore(base_url, link: Anchor):
|
def _should_ignore(base_url, link: Anchor):
|
||||||
if link.text == "../" or link.href == "../" or link.href.endswith(HttpDirectory.BLACK_LIST):
|
if link.text == "../" or link.href == "../" or link.href == "./" \
|
||||||
|
or link.href.endswith(HttpDirectory.BLACK_LIST):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Ignore external links
|
# Ignore external links
|
||||||
|
|||||||
Reference in New Issue
Block a user