This commit is contained in:
Awater 2019-03-20 11:57:02 +08:00 committed by DIYgod
parent 0a58efdd8a
commit f0c4708799
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ async function buildRss($, paramType, ctx) {
const { cache } = ctx;
const title = $a.text().replace('.Mp4Ba', '');
const link = pageUrl;
const guid = pageUrl.match(/\d+/);
const guid = pageUrl.match(/id-(\d+?).html/);
let description = null;
const enclosure_type = 'application/x-bittorrent';
let $magnet = null;