Changeset 587

Show
Ignore:
Timestamp:
06/22/09 19:44:02 (3 years ago)
Author:
confluence
Message:

noise

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • confluence/feedfilters/twitterfilter.py

    r575 r587  
    1313 
    1414# Add crap you don't want to see to this list: 
    15 noise = ["#postcrossing", "[Nn]et[Pp]rophet"] 
     15noise = ["#postcrossing", "[Nn]et[Pp]rophet", "#[Aa]frica09"] 
    1616 
    1717noisepattern = re.compile("(%s)" % "|".join(noise))