proxies = {'http': 'http://localhost:3128'}
 
 
-for host in ['flibustahezeous3.onion','flibusta.i2p','flibusta.net']:
+for host in ['flibusta.lib','flibustahezeous3.onion','flibusta.i2p']:
 
   try:
     print "Trying %s" % (host)
     html = BeautifulSoup(html_page)
 
     os_command = "wget -c -q -P \"%s\" http://%s/daily/%s" % (db.upload_files,host,'%s')
-    print os_command   
     matched = False 
 
     for link in html.findAll('a'):
       file = link.get("href")
       print file
       if pattern.match(file):
+        print "Pattern matched"
         matched = True
         if not db.TestArchive(file):
           print "Processing %s" % file