mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix: bbc feed is broken (#3900)
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = async (ctx) => {
|
||||
|
||||
let description;
|
||||
|
||||
if (response.request.gotOptions.path.startsWith('/news/av')) {
|
||||
if (response.request.options.url.pathname.startsWith('/news/av')) {
|
||||
description = utils.ProcessAVFeed($, item.link);
|
||||
} else {
|
||||
description = utils.ProcessFeed($, item.link);
|
||||
|
||||
Reference in New Issue
Block a user