mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
load crawls,seeds,actors apps as pluggy plugins
This commit is contained in:
parent
ed43f1d027
commit
7c0e3dcc21
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ ABX_ECOSYSTEM_PLUGINS = abx.get_pip_installed_plugins(group='abx')
|
|||
ARCHIVEBOX_BUILTIN_PLUGINS = {
|
||||
'config': PACKAGE_DIR / 'config',
|
||||
'core': PACKAGE_DIR / 'core',
|
||||
'crawls': PACKAGE_DIR / 'crawls',
|
||||
'seeds': PACKAGE_DIR / 'seeds',
|
||||
'actors': PACKAGE_DIR / 'actors',
|
||||
# 'search': PACKAGE_DIR / 'search',
|
||||
# 'core': PACKAGE_DIR / 'core',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue