Store: Change ebookshop to use get_details.

This commit is contained in:
John Schember 2011-05-28 10:23:10 -04:00
parent 3bb508bb1f
commit 93128ab03f

View File

@ -73,7 +73,7 @@ class EBookShoppeUKStore(BasicStoreConfig, StorePlugin):
yield s
def my_get_details(self, search_result, timeout):
def get_details(self, search_result, timeout):
br = browser()
with closing(br.open(search_result.detail_item, timeout=timeout)) as nf:
idata = html.fromstring(nf.read())