mirror of
https://github.com/koreader/koreader
synced 2024-11-11 19:11:14 +00:00
5ec0b049d9
And deprecate Goodreads plugin.
8 lines
311 B
Lua
8 lines
311 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "goodreads",
|
|
fullname = _("Goodreads"),
|
|
description = _([[Allows browsing and searching the Goodreads database of books.]]),
|
|
deprecated = "The Goodreads API has been discontinued. Some keys might still work, but this plugin will be removed soon.",
|
|
}
|