rss: better douyu room title

This commit is contained in:
DIYgod 2018-05-23 16:23:52 +08:00
parent cf71bf981a
commit eea9294e12
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = async (ctx) => {
link: `https://www.douyu.com/${id}`,
item: [
{
title: data.room_name,
title: `开播: ${data.room_name}`,
pubDate: new Date(data.start_time).toUTCString(),
guid: data.start_time,
link: `https://www.douyu.com/${id}`,