fix zimuzu, close #1208
This commit is contained in:
parent
1959a83b23
commit
d3704ce64c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue