From 428336eb04d53cd34f75ac19ccc88f2fb4b44428 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 19 Jan 2022 15:42:41 +0000 Subject: [PATCH] Remove h3 on twi --- twi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twi.py b/twi.py index 49f0d76..fdfd984 100644 --- a/twi.py +++ b/twi.py @@ -16,6 +16,7 @@ def fetchVolume(title, metadata, volume_title, output_dir, links): to_remove = [ chapter_content.find_all("a"), + chapter_content.find_all("h3"), chapter_content.find_all("hr"), chapter_content.find_all("img"), chapter_content.find_all("iframe"),