diff --git a/ppf.py b/ppf.py index eb78c02..ea7cf60 100755 --- a/ppf.py +++ b/ppf.py @@ -103,6 +103,7 @@ def proxyfind(sqlite = None): else: search = random.choice(search_terms) + search = '%s -intitle:pdf' % search search_args = [ 'category=general', 'time_range=day', 'q=%s' % urllib.quote_plus(search) ] for srx in searx_instances: urls = []