mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-12 09:34:50 +02:00
fix readability plugin name
This commit is contained in:
@@ -86,8 +86,8 @@ READABILITY_EXTRACTOR = ReadabilityExtractor()
|
|||||||
# READABILITY_QUEUE = ReadabilityQueue()
|
# READABILITY_QUEUE = ReadabilityQueue()
|
||||||
|
|
||||||
class ReadabilityPlugin(BasePlugin):
|
class ReadabilityPlugin(BasePlugin):
|
||||||
app_label: str ='singlefile'
|
app_label: str ='readability'
|
||||||
verbose_name: str = 'SingleFile'
|
verbose_name: str = 'Readability'
|
||||||
|
|
||||||
hooks: List[InstanceOf[BaseHook]] = [
|
hooks: List[InstanceOf[BaseHook]] = [
|
||||||
READABILITY_CONFIG,
|
READABILITY_CONFIG,
|
||||||
|
Reference in New Issue
Block a user