mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Merge branch 'cleanup' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
d9061421e4
@ -76,7 +76,7 @@ class NextoStore(BasicStoreConfig, StorePlugin):
|
||||
title = re.sub(r' – ebook', '', title)
|
||||
author = ', '.join(data.xpath('.//div[@class="col-7"]//h4//a/text()'))
|
||||
formats = ', '.join(data.xpath('.//ul[@class="formats"]/li//b/text()'))
|
||||
DrmFree = re.search(r'znak', type('')(data.xpath('.//ul[@class="formats"]/li//b/@title')))
|
||||
DrmFree = data.xpath('.//ul[@class="formats"]/li//b[contains(@title, "znak")]')
|
||||
|
||||
counter -= 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user