From f0c4708799b386ff579dd2cc77b176e8d0b48e96 Mon Sep 17 00:00:00 2001 From: Awater Date: Wed, 20 Mar 2019 11:57:02 +0800 Subject: [PATCH] fix #1780 (#1783) --- lib/routes/mp4ba/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/mp4ba/index.js b/lib/routes/mp4ba/index.js index 5fd4f3680..25fe82067 100644 --- a/lib/routes/mp4ba/index.js +++ b/lib/routes/mp4ba/index.js @@ -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;