Remove h3 on twi
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-01-19 15:42:41 +00:00
parent 37669e395c
commit 428336eb04
1 changed files with 1 additions and 0 deletions

1
twi.py
View File

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