rss.lua: Entferne [phoenix]

This commit is contained in:
Akamaru 2016-07-19 17:21:41 +02:00
parent 956e3241aa
commit 47fbddf281

View File

@ -83,6 +83,7 @@ function cleanRSS(cleantext)
cleantext = string.gsub(cleantext, '%[video%]', '')
cleantext = string.gsub(cleantext, '...%[more%]', '')
cleantext = string.gsub(cleantext, '%[more%]', '')
cleantext = string.gsub(cleantext, '%[phoenix%]', '')
cleantext = string.gsub(cleantext, 'Click for full.', '')
cleantext = string.gsub(cleantext, 'Read more »', '')
cleantext = string.gsub(cleantext, 'Meldung bei www.tagesschau.de lesen', '')