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

From Good Old TV Fan Wiki
m (1 revision imported)
 
GI>LLarson
(Hide Wikipedia from search results; move query to end of string)
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'
}
}

Revision as of 16:19, 19 May 2018

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