mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 17:19:37 +08:00
fix: request.path in bbc, close #2316
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = async (ctx) => {
|
|||||||
|
|
||||||
let description;
|
let description;
|
||||||
|
|
||||||
if (response.request.path.startsWith('/news/av')) {
|
if (response.request.gotOptions.path.startsWith('/news/av')) {
|
||||||
description = utils.ProcessAVFeed($, item.link);
|
description = utils.ProcessAVFeed($, item.link);
|
||||||
} else {
|
} else {
|
||||||
description = utils.ProcessFeed($, item.link);
|
description = utils.ProcessFeed($, item.link);
|
||||||
|
|||||||
Reference in New Issue
Block a user