calibre-web: dtrpg-metadata Initial commit

This adds a new metadata provider to calire-web for retrieving
publication data from drivethrurpg.com
This commit is contained in:
Ross Hendry
2022-09-14 15:46:57 +01:00
parent 413aa5129f
commit 4337200128
7 changed files with 168 additions and 79 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
FROM scratch
LABEL maintainer="username"
LABEL maintainer="chooban"
# copy local files
COPY root/ /
COPY root/drivethrurpg.py /app/calibre-web/cps/metadata_provider/drivethrurpg.py