| 
	
		
		
		
		
		 
			
			This plugin leaves a bad link in the IDs.  
Simple fix 
 
in the "__init__.py" file change 
 
    BROWSE_URL = 'http://www.barnesandnoble.com' 
 
to 
 
    BROWSE_URL = 'http://www.barnesandnoble.com/w' 
 
I don't think it will mess anything else up but no guarantees as I use the IDs almost solely for the links as my books already have their metadata & anything I'm changing I'm doing manually
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 |