parent
0a58efdd8a
commit
f0c4708799
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue