Update Proxy.java
This commit is contained in:
@@ -54,8 +54,6 @@ public class Proxy extends Spider {
|
|||||||
ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8"));
|
ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8"));
|
||||||
result[2] = baos;
|
result[2] = baos;
|
||||||
return result;
|
return result;
|
||||||
} else if (what.equals("qq")) {
|
|
||||||
return QQ.
|
|
||||||
} else if (what.equals("czspp")) {
|
} else if (what.equals("czspp")) {
|
||||||
return Czsapp.loadsub(params.get("url"));
|
return Czsapp.loadsub(params.get("url"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user