diff options
author | dakkar <dakkar@luxion> | 2007-01-04 18:06:16 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2007-01-04 18:06:16 +0000 |
commit | 301af24615e8d6847f38f3135751f171d2edbc51 (patch) | |
tree | 0c60885f9aebdeface8ebd9c4447d9895723fec4 /adzap | |
parent | corretto il counter js (diff) | |
download | myProxy-301af24615e8d6847f38f3135751f171d2edbc51.tar.gz myProxy-301af24615e8d6847f38f3135751f171d2edbc51.tar.bz2 myProxy-301af24615e8d6847f38f3135751f171d2edbc51.zip |
i pattern non validi vengono ignorati, aggiunti pattern per evitare i loop in nytimes
git-svn-id: svn://luxion/repos/myProxy/trunk@239 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'adzap')
-rw-r--r-- | adzap/scripts/prematch.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adzap/scripts/prematch.list b/adzap/scripts/prematch.list index 89c3115..426d629 100644 --- a/adzap/scripts/prematch.list +++ b/adzap/scripts/prematch.list @@ -7,3 +7,5 @@ PRINT http://(www*.|)wired.com/wired/archive/([^p]**)(?<!_pr).html** http://www. PRINT http://(www*.|)wired.com/news/[^p]*/0,*,(*),00.html** http://www.wired.com/news/print/0,1294,$2,00.html PRINT (http://*.boston.com/**/articles/[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]/*/)(|?)** $1?mode=PF COUNTERJS http://*/**counter**.js +PRINT http://(www*.|)nytimes.com/(aponline|20[0-9][0-9]/[01][0-9]/[0-3][0-9])/**.html?**(?<!print) $&&pagewanted=print +PASS http://(www*.|)nytimes.com/(aponline|20[0-9][0-9]/[01][0-9]/[0-3][0-9])/**.html?**print |