From c2746851790c7635b8100ca82360835f36e51be4 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 17 Oct 2012 02:04:45 +0200 Subject: [PATCH] Make sure that the Google crawler runs as well --- crawler/calibre.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crawler/calibre.py b/crawler/calibre.py index 82dcccc..b741d4d 100644 --- a/crawler/calibre.py +++ b/crawler/calibre.py @@ -152,10 +152,8 @@ class CalibreCrawler(threading.Thread): try: google = GoogleCrawler() google.base_url = "http://www.google.com/search?gcx=c&sourceid=chrome&ie=UTF-8&q=intitle%3A%22calibre+library%22+inurl%3A%22browse%22" - #google.start() + google.start() - calibre_urls = deque(["http://caltsardragon.com:8080/"]) - calibre = CalibreCrawler() calibre.start() except KeyboardInterrupt: