Merge pull request #1062 from alisww/storygraph-import

add storygraph import
This commit is contained in:
Mouse Reeve
2021-05-10 16:23:00 -07:00
committed by GitHub
5 changed files with 49 additions and 2 deletions

View File

@ -20,6 +20,9 @@
<option value="GoodReads" {% if current == 'GoodReads' %}selected{% endif %}>
GoodReads (CSV)
</option>
<option value="Storygraph" {% if current == 'Storygraph' %}selected{% endif %}>
Storygraph (CSV)
</option>
<option value="LibraryThing" {% if current == 'LibraryThing' %}selected{% endif %}>
LibraryThing (TSV)
</option>