remove debugging
This commit is contained in:
		
							parent
							
								
									09893c4eff
								
							
						
					
					
						commit
						06eb73cffa
					
				| 
						 | 
				
			
			@ -25,7 +25,6 @@ def get_text(url):
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
def get_url(url):
 | 
			
		||||
    print('get_url:', url)
 | 
			
		||||
    item = Item.from_external(url)
 | 
			
		||||
    if item:
 | 
			
		||||
        return item.text
 | 
			
		||||
| 
						 | 
				
			
			@ -41,5 +40,3 @@ def get_url(url):
 | 
			
		|||
        open(filename, 'wb').write(content)
 | 
			
		||||
 | 
			
		||||
    return content.decode(errors='replace')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue