mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-05 10:57:32 +08:00
fix broken import
This commit is contained in:
parent
5d0185b6dd
commit
b58afcf974
@ -8,9 +8,8 @@ from .util import (
|
||||
merge_links,
|
||||
)
|
||||
|
||||
from config import (
|
||||
URL_BLACKLIST,
|
||||
)
|
||||
from .config import URL_BLACKLIST
|
||||
|
||||
|
||||
def validate_links(links: Iterable[Link]) -> Iterable[Link]:
|
||||
links = archivable_links(links) # remove chrome://, about:, mailto: etc.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user