mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
fix broken import
This commit is contained in:
parent
5d0185b6dd
commit
b58afcf974
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@ from .util import (
|
||||||
merge_links,
|
merge_links,
|
||||||
)
|
)
|
||||||
|
|
||||||
from config import (
|
from .config import URL_BLACKLIST
|
||||||
URL_BLACKLIST,
|
|
||||||
)
|
|
||||||
|
|
||||||
def validate_links(links: Iterable[Link]) -> Iterable[Link]:
|
def validate_links(links: Iterable[Link]) -> Iterable[Link]:
|
||||||
links = archivable_links(links) # remove chrome://, about:, mailto: etc.
|
links = archivable_links(links) # remove chrome://, about:, mailto: etc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue