rss: change gcores domain, close #956
This commit is contained in:
parent
5818105129
commit
89d83328fe
|
|
@ -4,7 +4,7 @@ const cheerio = require('cheerio');
|
|||
const sourceTimezoneOffset = -8;
|
||||
module.exports = async (ctx) => {
|
||||
const category = ctx.params.category;
|
||||
const url = `https://www.g-cores.com/categories/${category}/originals`;
|
||||
const url = `https://www.gcores.com/categories/${category}/originals`;
|
||||
const res = await axios({
|
||||
method: 'get',
|
||||
url: url,
|
||||
|
|
|
|||
Loading…
Reference in New Issue