archivebox.core.forms
Module Contents
Classes
Functions
Get available extractor plugins from discovered hooks. |
|
Data
API
- archivebox.core.forms.DEPTH_CHOICES[source]
((‘0’, ‘depth = 0 (archive just these URLs)’), (‘1’, ‘depth = 1 (+ URLs one hop away)’), (‘2’, ‘dept…
- archivebox.core.forms.get_plugin_choices()[source]
Get available extractor plugins from discovered hooks.
- archivebox.core.forms.get_plugin_choice_label(plugin_name: str, plugin_configs: dict[str, dict]) str[source]
- archivebox.core.forms.get_choice_field(form: django.forms.Form, name: str) django.forms.ChoiceField[source]
- class archivebox.core.forms.AddLinkForm(*args, **kwargs)[source]
Bases:
django.forms.FormInitialization