mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-21 02:27:40 +00:00
Fix for #2363 (Handle empty response from lubimyczytac metadata provider)
This commit is contained in:
@@ -113,6 +113,7 @@ class LubimyCzytac(Metadata):
|
||||
) -> Optional[List[MetaRecord]]:
|
||||
if self.active:
|
||||
result = requests.get(self._prepare_query(title=query))
|
||||
if result.text:
|
||||
root = fromstring(result.text)
|
||||
lc_parser = LubimyCzytacParser(root=root, metadata=self)
|
||||
matches = lc_parser.parse_search_results()
|
||||
|
Reference in New Issue
Block a user