fix: konachan base url due to got v10 (#3939)

This commit is contained in:
hoilc 2020-02-09 19:45:51 +08:00 committed by GitHub
parent babe4e48a8
commit cae4bb2e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module.exports = async (ctx) => {
const response = await got({
method: 'get',
baseUrl,
prefixUrl: baseUrl,
url: '/post/popular_recent.json',
searchParams: queryString.stringify({
period,