FingerlessGlov3s / SecurityFeedIRCBot

Freenode #SecurityFeed IRC Bot, which posts IRC Feeds
1 stars 1 forks source link

Add "sub" config for gNews feed #2

Closed impredicative closed 5 years ago

impredicative commented 5 years ago

Without the following config for the gNews feed, titles can often end with .com, .org, etc. Such suffixes for titles are needlessly distracting.

      sub:
        title:  # Removes .com and similar suffixes.
          pattern: (?P<caption>.+) - (?P<source>.+?)\.(?:.+)
          repl: \g<caption> - \g<source>
FingerlessGlov3s commented 5 years ago

https://github.com/FingerlessGlov3s/SecurityFeedIRCBot/commit/c4184f979c903520d9289cc51f15f3cc2cb9664d