From 6ec5925b7f19c3a3553a57bba112c7a01d982f0e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 26 Sep 2024 02:37:26 -0700 Subject: [PATCH] fix readability plugin name --- archivebox/plugins_extractor/readability/apps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivebox/plugins_extractor/readability/apps.py b/archivebox/plugins_extractor/readability/apps.py index 40347845..20c2939f 100644 --- a/archivebox/plugins_extractor/readability/apps.py +++ b/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,