mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 13:40:21 +01:00
Implement the fix mentioned in https://github.com/calibrain/calibre-web-automated-book-downloader/issues/286 Note however that I have 0% success with downloads with 0.2.2 even with this change.
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ def _parse_book_info_page(soup: BeautifulSoup, book_id: str) -> BookInfo:
|
||||
book_info = BookInfo(
|
||||
id=book_id,
|
||||
preview=preview,
|
||||
title=divs[7].next.strip(),
|
||||
title=divs[7].text.strip(),
|
||||
publisher=divs[11].text.strip(),
|
||||
author=divs[9].text.strip(),
|
||||
format=format,
|
||||
|
||||
Reference in New Issue
Block a user