diff --git a/TwitchRSS/twitchrss.py b/TwitchRSS/twitchrss.py index 7c7a7f7..39ece31 100644 --- a/TwitchRSS/twitchrss.py +++ b/TwitchRSS/twitchrss.py @@ -154,6 +154,7 @@ class RSSVoDServer(webapp2.RequestHandler): if vod["status"] == "recording": link = "http://www.twitch.tv/%s" % channel_name item["title"] = "%s - LIVE" % vod['title'] + item["category"] = "live" else: link = vod['url'] item["title"] = vod['title']