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"),