calibre-web的豆瓣api provider

This commit is contained in:
Gary Fu 2021-10-28 18:16:05 +08:00
parent d95502c70b
commit ced7743e60
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ class DoubanBookLoader:
class DoubanBookHtmlParser:
def __init__(self):
self.id_pattern = re.compile(".*/subject/(\\d+)/?")
self.series_pattern = re.compile(".*/series/(\\d+)/?")
def parse_book(self, url, book_content):
book = {}