Verschiebe voice_to_text
This commit is contained in:
parent
7545e59759
commit
a97724c4c7
@ -77,6 +77,7 @@ function cleanRSS(str)
|
||||
str = string.gsub(str, '%(more…%)', '')
|
||||
str = string.gsub(str, 'View On WordPress', '')
|
||||
str = string.gsub(str, '%(RSS generated with FetchRss%)', '')
|
||||
str = string.gsub(str, '-- Delivered by Feed43 service', '')
|
||||
str = string.gsub(str, 'Meldung bei www%.tagesschau%.de lesen', '')
|
||||
str = string.gsub(str, 'The post.*appeared first on Sugoi! Anime Blog%.', '')
|
||||
str = string.gsub(str, 'Der Beitrag.*erschien zuerst auf MAnime%.de%.', '')
|
||||
|
Reference in New Issue
Block a user