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