readabilite: use lxml bs4 parser for speed
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -24,7 +24,7 @@ import lxml.html.soupparser
 | 
			
		||||
 | 
			
		||||
def parse(data, encoding=None):
 | 
			
		||||
    kwargs = {'from_encoding': encoding} if encoding else {}
 | 
			
		||||
    return lxml.html.soupparser.fromstring(data, **kwargs)
 | 
			
		||||
    return lxml.html.soupparser.fromstring(data, features='lxml', **kwargs)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def count_words(string):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user