diff options
Diffstat (limited to 'getxbookgui.tcl')
-rwxr-xr-x | getxbookgui.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getxbookgui.tcl b/getxbookgui.tcl index 8d9467a..2596095 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -5,7 +5,7 @@ package require Tk set bins {{getgbook "Google Book ID" "Google\nBook Preview" \ "http*://books.google.com/*" {[&?]id=([^&]*)}} \ {getabook "ISBN 10" "Amazon Look\nInside The Book" \ - "http*://*amazon*/*" {/([0-9]{10}}} \ + "http*://*amazon*/*" {/([0-9]{10})/}} \ {getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer" \ "http*://www.barnesandnoble.com/*" ""}} set binselected 0 |