diff --git a/app/utils/results.py b/app/utils/results.py index 1a249e5..5604a4e 100644 --- a/app/utils/results.py +++ b/app/utils/results.py @@ -10,7 +10,7 @@ from urllib.parse import parse_qs import re SKIP_ARGS = ['ref_src', 'utm'] -SKIP_PREFIX = ['//www.', '//mobile.', '//m.', 'www.'] +SKIP_PREFIX = ['//www.', '//mobile.', '//m.', 'www.', 'mobile.', 'm.'] 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'