From 5d96f31e9f25d3f49a464855c47a8c78a5808589 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Fontaine?= Date: Tue, 5 Dec 2017 09:40:10 +0100 Subject: [PATCH] Change links for memories sources --- getmyancestors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getmyancestors.py b/getmyancestors.py index 56a060d..09d8039 100755 --- a/getmyancestors.py +++ b/getmyancestors.py @@ -251,7 +251,7 @@ class Source: if data: self.fid = data['id'] if 'about' in data: - self.url = data['about'] + self.url = data['about'].replace('familysearch.org/platform/memories/memories', 'www.familysearch.org/photos/artifacts') if 'citations' in data: self.citation = data['citations'][0]['value'] if data['titles']: -- 2.52.0