fix zimuzu, close #1208

This commit is contained in:
DIYgod 2019-04-19 11:52:07 +08:00
parent 1959a83b23
commit d3704ce64c
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const parser = new Parser({
module.exports = async (ctx) => {
const { id = 0 } = ctx.params;
const feed = await parser.parseURL(`http://diaodiaode.me/rss/feed/${id}`);
const feed = await parser.parseURL(`http://got001.com/rss/feed/${id}`);
feed.items.map((item) => {
item.link = null;
item.enclosure_url = item.magnet;