Update load metadata

This commit is contained in:
Ozzie Isaacs
2021-07-31 09:18:05 +02:00
parent 53603f79bd
commit 702e96ddd6
5 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class scholar(Metadata):
v['ratings'] = 0
v['series'] = ""
v['cover'] = url_for('static', filename='generic_cover.jpg')
v['url'] = ""
v['url'] = publication.get('pub_url') or publication.get('eprint_url') or "",
v['source'] = {
"id": self.__id__,
"description": "Google Scholar",