AnimeWallpaper icon indicating copy to clipboard operation
AnimeWallpaper copied to clipboard

[Android] Konachan wallpaper downloader

Results 3 AnimeWallpaper issues
Sort by recently updated
recently updated
newest added

not working any more

new OkHttpClient.Builder() .dns(new HttpDns()) .addInterceptor(new HeadInterceptor()) .addInterceptor(new TokenInterceptor()) .readTimeout(TIME_OUT, TimeUnit.MILLISECONDS) .cache(cache) .build(); new HttpDns() lookup 正常返回List,但是最终发出去的请求并没有被替换host,这是为什么