Make sure that the Google crawler runs as well

rewrite
Sven Slootweg 12 years ago
parent a11bf165a4
commit c274685179

@ -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:

Loading…
Cancel
Save