Addd pgepubid\d+ to the calibre delete list.

This commit is contained in:
Ethan Dalool 2019-08-25 12:54:27 -07:00
parent fd1d0cd51f
commit 0bd5315e0a

View file

@ -139,6 +139,7 @@ def remove_calibre_classes(soup):
r'mbppagebreak', r'mbppagebreak',
r'calibre_pb_\d+', r'calibre_pb_\d+',
r'filepos\d*', r'filepos\d*',
r'pgepubid\d*',
] ]
for tag in soup.descendants: for tag in soup.descendants:
try: try: