fix: bbc feed is broken (#3900)
This commit is contained in:
parent
cc82478962
commit
44e7b3ec66
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue