新增B站AI总结功能

This commit is contained in:
2024-01-17 15:12:12 +08:00
parent 3437a5386f
commit 9ea1450066
9 changed files with 184 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ public class BiliBiliUtils {
public synchronized JSONObject http_get(String url) {
try {
// Log.i("调用url = "+url);
Log.i("调用url = "+url);
HttpsURLConnection connection = getBiliHttpGet(url, getCookie());
BufferedInputStream stream = new BufferedInputStream(connection.getInputStream());
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();