Fix tiled-gallery
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Michel Roux 2022-01-19 13:16:02 +00:00
parent aa0a420b76
commit 0b4d923c3b
1 changed files with 1 additions and 1 deletions

2
twi.py
View File

@ -16,7 +16,7 @@ def fetchVolume(title, metadata, volume_title, output_dir, links):
a_remove = chapter_content.find_all("a")
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:
removed.decompose()