|  | @@ -7,10 +7,10 @@ db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/hhh?charset=utf8mb
 | 
											
												
													
														|  |  table=db['backlinks']
 |  |  table=db['backlinks']
 | 
											
												
													
														|  |  #for url in search('link:https://www.searchome.net/ -site:searchome.net', num_results=100):
 |  |  #for url in search('link:https://www.searchome.net/ -site:searchome.net', num_results=100):
 | 
											
												
													
														|  |  #for url in search('link:https://www.searchome.net/ -site:searchome.net', 10):
 |  |  #for url in search('link:https://www.searchome.net/ -site:searchome.net', 10):
 | 
											
												
													
														|  | -for url in search('link:https://www.searchome.net/ -site:searchome.net',start=60,stop=1000):
 |  | 
 | 
											
												
													
														|  | 
 |  | +for url in search('link:https://www.searchome.net/ -site:searchome.net',start=70,stop=1000):
 | 
											
												
													
														|  |      try:
 |  |      try:
 | 
											
												
													
														|  |          table.insert({'url':url})
 |  |          table.insert({'url':url})
 | 
											
												
													
														|  | -        time.sleep(5)
 |  | 
 | 
											
												
													
														|  | 
 |  | +        time.sleep(4)
 | 
											
												
													
														|  |      except:
 |  |      except:
 | 
											
												
													
														|  |          print('except')
 |  |          print('except')
 | 
											
												
													
														|  |      print(url)
 |  |      print(url)
 |