Browse Source

fix readability plugin name

Nick Sweeting 1 year ago
parent
commit
6ec5925b7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      archivebox/plugins_extractor/readability/apps.py

+ 2 - 2
archivebox/plugins_extractor/readability/apps.py

@@ -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,