Skip to content

Commit afff121

Browse files
update:USWebConnectPack (#350)
Add Legacy.com to the search options Co-authored-by: Paul Culley <[email protected]>
1 parent 3a4369b commit afff121

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

USWebConnectPack/USWebPack.gpr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
load_on_reg = True,
1717
depends_on = ["libwebconnect"]
1818
)
19-

USWebConnectPack/USWebPack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
["Person", "Mocavo", _("Mocavo"), '''http://www.mocavo.com/search?q="%(surname)s,+%(given)s"'''],
4949
["Person", "Hathi Trust Digital Library", _("Hathi Trust Digital Library"), "http://babel.hathitrust.org/cgi/ls?q1=%(surname)s+%(given)s+&lmt=ft&a=srchls"],
5050
["Person", "Open Library", _("Open Library"), "http://openlibrary.org/search?q=%(surname)s, %(given)s"],
51+
["Person", "Legacy Obits", _("Legacy.com"), "https://www.legacy.com/search?countryId=366899&countryUrl=united-states-of-america&dateRange=All&firstName=%(given)s&lastName=%(surname)s"],
5152
]
5253

5354
def load_on_reg(dbstate, uistate, pdata):

0 commit comments

Comments
 (0)