Skip to content

Commit

Permalink
db: More ic.cz patterns.
Browse files Browse the repository at this point in the history
In particular:

- harizzzma.com and nahraj.net no longer resolve, so don't waste time
  trying
- ignore new/register links for forums
- ignore another "add to cart" link
  • Loading branch information
hannahwhy committed Feb 21, 2015
1 parent d47bf87 commit ee36f6b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion db/ignore_patterns/internetcentrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"calendar_menu/calendar\\.php",
"calendar_menu/event\\.php",
"calendar\\.php",
"comment\\.php\\?akce=new",
"&highlight=&",
"^http://harizzzma\\.com",
"^http://www.nahraj.net/",
"index.*\\.php\\?option=com_eventcal",
"index.php\\?site=calendar",
"index\\.php\\?site=guestbook&type=(?:ASC|DESC)",
Expand All @@ -20,6 +23,8 @@
"index\\.php\\?.+year=198.",
"index\\.php\\?.+year=203.",
"kalendar\\.php",
"LightNEasy\\.php\\?do=login",
"login\\.php",
"main_page=(?:product_reviews_write|login|cookie_usage)",
"memberlist\\.php\\?mode=email",
"memberlist\\.php\\?mode=.+order=",
Expand All @@ -29,8 +34,10 @@
"modules\\.php\\?name=Statistics.+year=(?:198\\d+|2016|202\\d)",
"orderby=(?:name|note|count|news)",
"photo.php\\?i=-\\d+",
"p=ordersBasket.+sOption=add",
"portal\\.php\\?month=[\\d]+",
"postdays=0&postorder=asc",
"profile\\.php\\?mode=register",
"\\?q=event.+/(?:day|list|month|table|week)/all/all",
"Recentchangeslinked/",
"search_id=mini_cal&d=\\d+",
Expand All @@ -40,7 +47,8 @@
"Souprava=.+Souprava=.+",
":Userlogin&",
"viewtopic\\.php\\?.*highlight=",
"viewtopic\\.php\\?p=\\d+"
"viewtopic\\.php\\?p=\\d+",
"viewtopic\\.php\\?.+view=print"
],
"type": "ignore_patterns"
}

0 comments on commit ee36f6b

Please sign in to comment.