From 519ee771b04ea615c806df2fd377decb59b2d238 Mon Sep 17 00:00:00 2001 From: Alex Stanev Date: Wed, 27 Jul 2011 21:34:49 +0300 Subject: [PATCH] Avoid doubleslash and collateral 404 --- src/calibre/gui2/store/stores/smashwords_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/smashwords_plugin.py b/src/calibre/gui2/store/stores/smashwords_plugin.py index 7a7e756a05..5195eb1e0a 100644 --- a/src/calibre/gui2/store/stores/smashwords_plugin.py +++ b/src/calibre/gui2/store/stores/smashwords_plugin.py @@ -97,7 +97,7 @@ class SmashwordsStore(BasicStoreConfig, StorePlugin): yield s def get_details(self, search_result, timeout): - url = 'http://www.smashwords.com/' + url = 'http://www.smashwords.com' br = browser() with closing(br.open(url + search_result.detail_item, timeout=timeout)) as nf: