mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix readability plugin name
This commit is contained in:
parent
45736036e0
commit
6ec5925b7f
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ READABILITY_EXTRACTOR = ReadabilityExtractor()
|
|||
# READABILITY_QUEUE = ReadabilityQueue()
|
||||
|
||||
class ReadabilityPlugin(BasePlugin):
|
||||
app_label: str ='singlefile'
|
||||
verbose_name: str = 'SingleFile'
|
||||
app_label: str ='readability'
|
||||
verbose_name: str = 'Readability'
|
||||
|
||||
hooks: List[InstanceOf[BaseHook]] = [
|
||||
READABILITY_CONFIG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue