rss: change gcores domain, close #956

This commit is contained in:
DIYgod 2018-10-24 00:50:01 +08:00
parent 5818105129
commit 89d83328fe
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -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,