diff --git a/lib/routes/ruankao/news.ts b/lib/routes/ruankao/news.ts index 720a1ada4..1d0cff612 100644 --- a/lib/routes/ruankao/news.ts +++ b/lib/routes/ruankao/news.ts @@ -3,7 +3,7 @@ import cache from '@/utils/cache'; import got from '@/utils/got'; import { parseDate } from '@/utils/parse-date'; import { load } from 'cheerio'; -const BASE_URL = 'https://www.ruankao.org.cn/index/work'; +const BASE_URL = 'https://www.ruankao.org.cn/index/work.html'; const removeFontPresetting = (html: string = ''): string => { const $ = load(html); diff --git a/lib/routes/txks/news.ts b/lib/routes/txks/news.ts index 455fe249c..f267d4a77 100644 --- a/lib/routes/txks/news.ts +++ b/lib/routes/txks/news.ts @@ -4,7 +4,7 @@ import got from '@/utils/got'; import { parseDate } from '@/utils/parse-date'; import { load } from 'cheerio'; -const BASE_URL = 'https://www.txks.org.cn/index/work'; +const BASE_URL = 'https://www.txks.org.cn/index/work.html'; const removeFontPresetting = (html: string = ''): string => { const $ = load(html);