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