This commit is contained in:
parent
37669e395c
commit
428336eb04
1
twi.py
1
twi.py
@ -16,6 +16,7 @@ def fetchVolume(title, metadata, volume_title, output_dir, links):
|
|||||||
|
|
||||||
to_remove = [
|
to_remove = [
|
||||||
chapter_content.find_all("a"),
|
chapter_content.find_all("a"),
|
||||||
|
chapter_content.find_all("h3"),
|
||||||
chapter_content.find_all("hr"),
|
chapter_content.find_all("hr"),
|
||||||
chapter_content.find_all("img"),
|
chapter_content.find_all("img"),
|
||||||
chapter_content.find_all("iframe"),
|
chapter_content.find_all("iframe"),
|
||||||
|
Reference in New Issue
Block a user