mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
fix: 懂球帝早报报错 (#7746)
This commit is contained in:
@@ -117,7 +117,7 @@ const ProcessFeedType2 = (item, response) => {
|
|||||||
runScripts: 'dangerously',
|
runScripts: 'dangerously',
|
||||||
});
|
});
|
||||||
|
|
||||||
const data = dom.window.__NUXT__.data[1].newData;
|
const data = dom.window.__NUXT__.data[0].newData;
|
||||||
|
|
||||||
if (Object.keys(data).length > 0) {
|
if (Object.keys(data).length > 0) {
|
||||||
const body = ProcessVideo(cheerio.load(data.body));
|
const body = ProcessVideo(cheerio.load(data.body));
|
||||||
|
|||||||
Reference in New Issue
Block a user