{contentType application/rss+xml} {do header('Content-Disposition: attachment; filename="' . $title . '.rss' . '"')} {var $full_link = path($link)} {$title} {$full_link} {foreach $items as $item} {$item->desc} {$item->desc}

]]>
{path('/@' . $item->author->uniqueId . '/video/' . $item->id)} {date('r', $item->createTime)} {$item->id}
{/foreach}