Omit "www." in site alt replacements

Fixes #913
pull/918/head
Ben Busby 1 year ago
parent 4f85076a2b
commit c24caceb03
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

@ -10,7 +10,7 @@ from urllib.parse import parse_qs
import re
SKIP_ARGS = ['ref_src', 'utm']
SKIP_PREFIX = ['//www.', '//mobile.', '//m.']
SKIP_PREFIX = ['//www.', '//mobile.', '//m.', 'www.']
GOOG_STATIC = 'www.gstatic.com'
G_M_LOGO_URL = 'https://www.gstatic.com/m/images/icons/googleg.gif'
GOOG_IMG = '/images/branding/searchlogo/1x/googlelogo'

Loading…
Cancel
Save