From fdd486f73cfed20703653a85b564658dbbcfc337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Serneels?= Date: Sun, 7 Apr 2019 18:39:58 +0200 Subject: [PATCH] remove '-intitle:pdf' from default search --- scraper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper.py b/scraper.py index 5785742..3536f95 100755 --- a/scraper.py +++ b/scraper.py @@ -23,7 +23,6 @@ def proxyfind(sqlite = None, urignore=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) ] searx = random.sample(searx_instances) urls = []