minor goodreads fix
This commit is contained in:
parent
b52a807bfb
commit
99724bbe0d
2 changed files with 1 additions and 3 deletions
|
@ -23,8 +23,6 @@ gr_rating = {
|
|||
'really liked it': 8,
|
||||
'it was amazing': 10
|
||||
}
|
||||
gr_status = {
|
||||
}
|
||||
|
||||
|
||||
class GoodreadsImporter:
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
<div>
|
||||
Goodreads用户主页链接形如 https://www.goodreads.com/user/show/12345-janedoe 将自动导入到NeoDB用户的想读、在读、已读列表,每本书的评论导入为NeoDB短评;
|
||||
<br />
|
||||
Goodreads书单链接形如 https://www.goodreads.com/review/list/12345-janedoe?shelf=name 将自动导入成为NeoDB收藏单,每本书的评论导入为NeoDB收藏单条目备注。
|
||||
Goodreads书单链接形如 https://www.goodreads.com/review/list/12345-janedoe?shelf=name 或 https://www.goodreads.com/list/show/155086.Popular_Highlights 将自动导入成为NeoDB收藏单,每本书的评论导入为NeoDB收藏单条目备注。
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue