mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 12:14:32 -04:00
feat: Refactor get_invalid_folders
to work with a queryset instead of a list of links
This commit is contained in:
parent
dae606de6e
commit
404f333e17
3 changed files with 50 additions and 45 deletions
|
@ -54,7 +54,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
|
|||
|
||||
oneshot(
|
||||
url=stdin_url or url,
|
||||
out_dir=str(Path(command.out_dir).absolute()),
|
||||
out_dir=str(Path(command.out_dir).resolve()),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue