()
| 301 | } |
| 302 | |
| 303 | public Site fetchExt() { |
| 304 | if (!getExt().startsWith("http")) return this; |
| 305 | String extend = OkHttp.string(getExt()); |
| 306 | if (!extend.isEmpty()) setExt(extend); |
| 307 | return this; |
| 308 | } |
| 309 | |
| 310 | public Site trans() { |
| 311 | if (Trans.pass()) return this; |
no test coverage detected