parent
b4183a2510
commit
313c665ec0
|
|
@ -29,7 +29,7 @@ module.exports = async (ctx) => {
|
|||
`,
|
||||
pubDate: item.update_time,
|
||||
guid: item.id,
|
||||
itunes_item_image: 'http://www.radio.cn/pc-portal/image/logo01.jpg',
|
||||
itunes_item_image: 'http://www.radio.cn/pc-portal/image/icon_32.jpg',
|
||||
enclosure_url: 'http://' + item.stream_domain1 + item.stream_url1,
|
||||
enclosure_length: item.resource_length,
|
||||
enclosure_type: 'audio/x-m4a',
|
||||
|
|
@ -42,7 +42,7 @@ module.exports = async (ctx) => {
|
|||
title: title,
|
||||
link: `http://www.radio.cn/pc-portal/sanji/zhibo_2.html?channelname=${channelname}&name=${name}&title=radio`,
|
||||
description: title,
|
||||
image: 'http://www.radio.cn/pc-portal/image/logo01.jpg',
|
||||
image: 'http://www.radio.cn/pc-portal/image/icon_32.jpg',
|
||||
itunes_author: 'radio.cn',
|
||||
itunes_category: itunes_category,
|
||||
item: items,
|
||||
|
|
|
|||
Loading…
Reference in New Issue