mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
@@ -45,6 +45,7 @@ async function buildData(data) {
|
||||
return {
|
||||
title: getProp(data, 'title', $),
|
||||
description: getProp(data, 'description', $),
|
||||
allowEmpty: data.allowEmpty || false,
|
||||
item: $item
|
||||
.map((_, e) => {
|
||||
const $elem = (selector) => $(e).find(selector);
|
||||
|
||||
Reference in New Issue
Block a user