Addd pgepubid\d+ to the calibre delete list.
This commit is contained in:
parent
fd1d0cd51f
commit
0bd5315e0a
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue