Difference between revisions of "Module:Find sources/links/archive.org"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(create link config for Archive.org)
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
return {
 
return {
url = 'http://www.archive.org/search.php?query=$1%20AND%20mediatype:texts',
+
url = 'https://archive.org/search.php?query=$1%20AND%20mediatype:texts',
 
display = 'Archive.org'
 
display = 'Archive.org'
 
}
 
}

Latest revision as of 16:35, 26 September 2020

Documentation for this module may be created at Module:Find sources/links/archive.org/doc

return {
	url = 'https://archive.org/search.php?query=$1%20AND%20mediatype:texts',
	display = 'Archive.org'
}