Set feed item category to broadcast type

This commit is contained in:
Gregor Kleen 2017-03-31 18:10:16 +02:00
parent cd31a1a8bf
commit ee43b3f675
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ class RSSVoDServer(webapp2.RequestHandler):
else:
link = vod['url']
item["title"] = vod['title']
item["category"] = vod['broadcast_type']
item["link"] = link
item["description"] = "<a href=\"%s\"><img src=\"%s\" /></a>" % (link, vod['preview']['large'])
if vod.get('description_html'):