This commit is contained in:
j 2013-03-08 05:36:26 +00:00
parent 799f882f77
commit c57c6302dd
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def update_sitemap(base_url):
el = ET.SubElement(video, "video:title")
el.text = i.get('title')
el = ET.SubElement(video, "video:thumbnail_loc")
el.text = absolute_url("%s/%96p.jpg" % i.itemId)
el.text = absolute_url("%s/96p.jpg" % i.itemId)
description = i.get('description', i.get('summary', ''))
if description:
el = ET.SubElement(video, "video:description")