From ced7743e60744877c405d74bb130d6f062485c40 Mon Sep 17 00:00:00 2001 From: Gary Fu Date: Thu, 28 Oct 2021 18:16:05 +0800 Subject: [PATCH] =?UTF-8?q?calibre-web=E7=9A=84=E8=B1=86=E7=93=A3api=20pro?= =?UTF-8?q?vider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NewDouban.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NewDouban.py b/src/NewDouban.py index 1c8da01..cbb31ae 100644 --- a/src/NewDouban.py +++ b/src/NewDouban.py @@ -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 = {}