diff --git a/modules/rss.py b/modules/rss.py index 728ffb4..74ce064 100644 --- a/modules/rss.py +++ b/modules/rss.py @@ -158,7 +158,7 @@ def getPrettyOutput(self): else: noun = 'videos' - outputString = '{} has posted {} new {}: '.format(self.watchTarget, str(len(titlesChanged)), noun + outputString = '{} has posted {} new {}: '.format(self.watchTarget, str(len(titlesChanged)), noun) for eachTitle, eachURL, eachDuration in titlesChanged: formattedURL = eachURL.replace("http://www.youtube.com/v/","http://youtu.be/")