Skip to content

Commit

Permalink
More derp defense
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Feb 10, 2015
1 parent dbdf74c commit 91d3f49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,18 @@
\bSATION\b |
,\w |
\bI?NGLY\b |
\bAU\sL[DO0]\b
\b[\'\.-]\w |
\bAU\sL[DO0]\b |
(^|\s)['.-] |
\bDREBBFL\b
\bLEVIE |
\bRN\b |
\bH\sUNZIKER |
\bL[O0D]FTH\sUS |
\bHORNUCH\b |
\bKLU\sDZE |
^[DR]HN\b
^[DR]HN\b |
SU\sI?RVEY\b |
[A-RT-Z]PORT$
)''', flags=re.X)


Expand Down

0 comments on commit 91d3f49

Please sign in to comment.