mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-18 22:33:26 +08:00
format
This commit is contained in:
@@ -4,8 +4,7 @@ const cheerio = require('cheerio');
|
|||||||
module.exports = async (ctx) => {
|
module.exports = async (ctx) => {
|
||||||
const response = await axios.get('http://www.dysfz.vip');
|
const response = await axios.get('http://www.dysfz.vip');
|
||||||
const $ = cheerio.load(response.data);
|
const $ = cheerio.load(response.data);
|
||||||
const list = $('.movie-list li')
|
const list = $('.movie-list li').get();
|
||||||
.get()
|
|
||||||
const data = {
|
const data = {
|
||||||
title: '电影首发站',
|
title: '电影首发站',
|
||||||
link: 'http://www.dysfz.vip',
|
link: 'http://www.dysfz.vip',
|
||||||
|
|||||||
Reference in New Issue
Block a user