Skip to content

Commit 3527fa1

Browse files
authored
Add ISFDB (Internet Speculative Fiction Database) identifiers support (internetarchive#11146)
* Add ISFDB identifiers for authors, works, and fix HTTPS for editions
1 parent 3bbeccc commit 3527fa1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

openlibrary/plugins/openlibrary/config/author/identifiers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ identifiers:
2727
notes: Should be something like nm0393654
2828
url: https://www.imdb.com/name/@@@
2929
website: https://www.imdb.com/
30+
- label: Internet Speculative Fiction Database
31+
name: isfdb
32+
notes: Should be a number
33+
url: https://www.isfdb.org/cgi-bin/ea.cgi?@@@
34+
website: https://www.isfdb.org
3035
- label: Inventaire
3136
name: inventaire
3237
notes: two formats depending on if the author exists in wikidata, wd:Q42 or inv:914ad8068b8711ead0cc2efbed56e53c

openlibrary/plugins/openlibrary/config/edition/identifiers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ identifiers:
171171
url: https://archive.org/details/@@@
172172
- label: Internet Speculative Fiction Database
173173
name: isfdb
174-
url: http://www.isfdb.org/cgi-bin/pl.cgi?@@@
175-
website: http://www.isfdb.org
174+
url: https://www.isfdb.org/cgi-bin/pl.cgi?@@@
175+
website: https://www.isfdb.org
176176
- label: English Title Short Catalogue Citation Number
177177
name: etsc
178178
url: http://estc.bl.uk/@@@

openlibrary/plugins/openlibrary/config/work/identifiers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ identifiers:
1111
- label: Goodreads
1212
name: goodreads
1313
url: https://www.goodreads.com/work/editions/@@@
14+
- label: Internet Speculative Fiction Database
15+
name: isfdb
16+
notes: Should be a number
17+
url: https://www.isfdb.org/cgi-bin/title.cgi?@@@
18+
website: https://www.isfdb.org
1419
- label: LibraryThing
1520
name: librarything
1621
url: https://www.librarything.com/work/@@@

0 commit comments

Comments
 (0)