chan4: use the t. domain for thumbnails

For now.
refactor-toolbar
Florens 7 years ago committed by GitHub
parent 586bc96bad
commit daee462e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Clover/app/src/main/java/org/floens/chan/core/site/sites/chan4/Chan4.java

@ -161,7 +161,7 @@ public class Chan4 extends SiteBase {
private final HttpUrl t = new HttpUrl.Builder() private final HttpUrl t = new HttpUrl.Builder()
.scheme("https") .scheme("https")
.host("t.4cdn.org") .host("i.4cdn.org")
.build(); .build();
private final HttpUrl s = new HttpUrl.Builder() private final HttpUrl s = new HttpUrl.Builder()

Loading…
Cancel
Save