Files
SEONexus/code/app/home/view/videoDingZhu/rss/baidu.xml
2025-07-05 15:55:56 +08:00

40 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>{$DomainModel->d_name}</title>
<description>{$DomainModel->d_description}</description>
<link>www.{$DomainModel->d_domain}</link>
<language>zh-cn</language>
<docs>{$DomainModel->d_name}</docs>
<generator>Rss Powered By www.{$DomainModel->d_domain}</generator>
{video:list count="30"
v_category_en="all"
v_lang_en="all"
v_area_en="all"
v_year="all"
sort_type="news"
d_key="d_key" d_val="Video" cache_life="86400"}
<item>
<title>
<?php echo html_entity_decode($Video['v_name'], ENT_QUOTES | ENT_XML1, 'UTF-8'); ?> {$Video.v_remarks}
</title>
<link>https://{$DomainModel->d_domain}{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}</link>
<author>
{volist name='$Video.v_actor' id='vo' key='index'}
{$vo} ,
{/volist}
</author>
<pubDate>{$Video.v_publish_date}</pubDate>
<description><![CDATA[
<?php
echo '《' . html_entity_decode($Video['v_name'], ENT_QUOTES | ENT_XML1, 'UTF-8') . '》'
. html_entity_decode($Video['v_description'], ENT_QUOTES | ENT_XML1, 'UTF-8');
?>
]]></description>
</item>
{/video:list}
</channel>
</rss>