Anyone else having problems with getting metadata from B&N? I'm getting the following results whenever I try.
Code:
****************************** Barnes & Noble (1, 2, 16) ******************************
Found 0 results
Downloading from Barnes & Noble took 0.7885348796844482
Querying: http://search.barnesandnoble.com/s/9780345379337?EAN=9780345379337
match location: 'https://www.barnesandnoble.com/'
B&N url: 'https://www.barnesandnoble.com/'
Error parsing Barnes & Noble id for url: 'https://www.barnesandnoble.com/'
Traceback (most recent call last):
File "calibre_plugins.barnes_noble.worker", line 86, in parse_details
File "calibre_plugins.barnes_noble.worker", line 160, in parse_barnes_noble_id
AttributeError: 'NoneType' object has no attribute 'groups'
Aborting search for title
Could not find title/authors/Barnes & Noble id for 'https://www.barnesandnoble.com/'
Barnes & Noble: None Title: None Authors: None
Edit: in the "__init__.py" file changing
Code:
BASE_URL = 'http://search.barnesandnoble.com'
to
Code:
BASE_URL = 'http://www.barnesandnoble.com'
seems to fix the error.