Update Proxy.java

This commit is contained in:
nikolin601
2022-10-27 23:44:15 +08:00
committed by GitHub
parent 9cf08af9d7
commit 61b628b2b3
@@ -53,9 +53,7 @@ public class Proxy extends Spider {
result[1] = "text/plain; charset=utf-8";
ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8"));
result[2] = baos;
return result;
} else if (what.equals("qq")) {
return QQ.
return result;
} else if (what.equals("czspp")) {
return Czsapp.loadsub(params.get("url"));
}