From 89d83328fea5c9336409fad130be74691e7eac2b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 24 Oct 2018 00:50:01 +0800 Subject: [PATCH] rss: change gcores domain, close #956 --- routes/gcores/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/gcores/category.js b/routes/gcores/category.js index f7ee13103..d366b6b5b 100644 --- a/routes/gcores/category.js +++ b/routes/gcores/category.js @@ -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,