mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
add WgetPlugin with WgetExtractor, WarcExtractor, WgetBinary
This commit is contained in:
parent
2a1645ba27
commit
c4e040f11a
2 changed files with 87 additions and 50 deletions
|
@ -1,10 +1,11 @@
|
|||
import sys
|
||||
from typing import List, Dict, ClassVar
|
||||
from typing import List, Dict
|
||||
from subprocess import run, PIPE
|
||||
|
||||
from rich import print
|
||||
from pydantic import InstanceOf, Field, model_validator, AliasChoices
|
||||
|
||||
from pydantic_pkgr import BinProvider, BinName, BinProviderName, ProviderLookupDict
|
||||
|
||||
from abx.archivebox.base_plugin import BasePlugin
|
||||
from abx.archivebox.base_configset import BaseConfigSet
|
||||
from abx.archivebox.base_binary import BaseBinary, env, apt, brew
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue