This commit is contained in:
parent
aa0a420b76
commit
0b4d923c3b
2
twi.py
2
twi.py
@ -16,7 +16,7 @@ def fetchVolume(title, metadata, volume_title, output_dir, links):
|
|||||||
|
|
||||||
a_remove = chapter_content.find_all("a")
|
a_remove = chapter_content.find_all("a")
|
||||||
hr_remove = chapter_content.find_all("hr")
|
hr_remove = chapter_content.find_all("hr")
|
||||||
div_remove = chapter_content.find_all("div.tiled-gallery")
|
div_remove = chapter_content.select("div.tiled-gallery")
|
||||||
|
|
||||||
for removed in a_remove:
|
for removed in a_remove:
|
||||||
removed.decompose()
|
removed.decompose()
|
||||||
|
Reference in New Issue
Block a user