From 23cc2c449842614111063b1b6065567c57402291 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 1 Jun 2012 15:31:11 +0100 Subject: Have clipboard match any google site, not just .com --- getxbookgui.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getxbookgui.tcl b/getxbookgui.tcl index 07c683c..06cf3c7 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -3,7 +3,7 @@ package require Tk set cmds {{getgbook "Google Book ID" "Google\nBook Preview" \ - "http*://books.google.com/*" {[&?]id=([^&]*)}} \ + "http*://books.google.*/*" {[&?]id=([^&]*)}} \ {getabook "ISBN 10" "Amazon Look\nInside The Book" \ "http*://*amazon*/*" {/([0-9]{10})/}} \ {getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer" \ -- cgit v1.2.3