返回 Skill 列表
extension
分类: 开发与工程无需 API Key

livelib-global-search

使用LiveLib全局搜索来查找第一/最佳图书结果并返回其标准图书URL。

person作者: jakexiaohubgithub

Goal

Given a book_title (and optionally author), return the first/best matching https://www.livelib.ru/book/... URL from LiveLib search.

Inputs

  • book_title (string)

Output

  • book_url (string | null)
  • candidates (list)

Notes

  • Use as fallback when the reading list search fails.
  • If no book is found, return book_url = null.

See references in references/.