Difference between revisions of "Module:Find sources/links/google news"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(make the URL protocol-relative)
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
url = '//www.google.com/search?q=$1&tbm=nws',
+
url = '//www.google.com/search?tbm=nws&q=$1+-wikipedia',
 
display = 'Google News'
 
display = 'Google News'
 
}
 
}

Latest revision as of 16:36, 26 September 2020


return {
	url = '//www.google.com/search?tbm=nws&q=$1+-wikipedia',
	display = 'Google News'
}