Mr.Film-Theme/movie/html/rss/google.html
2025-06-02 18:21:01 +08:00

15 lines
571 B
HTML

<?xml version="1.0" encoding="UTF-8" ?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
{maccms:vod num="30" paging="yes" order="desc" by="time"}
<url>
<loc>http://{$maccms.site_url}{:mac_url_vod_detail($vo)}</loc>
<priority>0.5</priority>
<lastmod>{$vo.vod_time|date='Y-m-d',###}</lastmod>
<changefreq>daily</changefreq>
</url>
{/maccms:vod}
</urlset>