From 5b96d4ebe0d08e2b5c0fc4a99be1cf787543137d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 19 Feb 2020 12:11:09 +0000 Subject: Replace spaces in author names --- paper2remarkable/providers/_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paper2remarkable/providers/_info.py b/paper2remarkable/providers/_info.py index 47c2e25..10b6959 100644 --- a/paper2remarkable/providers/_info.py +++ b/paper2remarkable/providers/_info.py @@ -50,6 +50,7 @@ class Informer: authors = self.authors[0] + "_et_al" else: authors = "_".join(self.authors) + authors = authors.replace(" ", "_") authors = clean_string(authors) # Clean the title and make it titlecase -- cgit v1.2.3