crawler: increase size limit from 100KiB to 500
I'm looking at you, worldbankgroup.csod.com/ats/careersite/search.aspx
This commit is contained in:
		@@ -93,7 +93,7 @@ def custom_handler(follow=None, delay=None, encoding=None):
 | 
				
			|||||||
    # & HTTPSHandler
 | 
					    # & HTTPSHandler
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #handlers.append(DebugHandler())
 | 
					    #handlers.append(DebugHandler())
 | 
				
			||||||
    handlers.append(SizeLimitHandler(100*1024)) # 100KiB
 | 
					    handlers.append(SizeLimitHandler(500*1024)) # 500KiB
 | 
				
			||||||
    handlers.append(HTTPCookieProcessor())
 | 
					    handlers.append(HTTPCookieProcessor())
 | 
				
			||||||
    handlers.append(GZIPHandler())
 | 
					    handlers.append(GZIPHandler())
 | 
				
			||||||
    handlers.append(HTTPEquivHandler())
 | 
					    handlers.append(HTTPEquivHandler())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user