add - douban 格式1
This commit is contained in:
@@ -61,7 +61,6 @@ public class Zhaozy extends Spider {
|
||||
JSONObject v = new JSONObject();
|
||||
String id = b + matcher.group(1);
|
||||
String remark = doc.select("div.news_text a p").text();
|
||||
//类别:文件夹 | 收录时间:2022-10-08 22:51
|
||||
remark = remark.replaceAll(".*收录时间:(.*)", "$1");
|
||||
v.put("vod_id", id + "$$$" + pic + "$$$" + title);
|
||||
v.put("vod_name", title);
|
||||
|
||||
@@ -3,6 +3,7 @@ import android.net.Uri;
|
||||
import android.os.Build;
|
||||
import com.github.catvod.crawler.SpiderDebug;
|
||||
import com.github.catvod.parser.Base64Utils;
|
||||
import com.github.catvod.utils.okhttp.OkHttpUtil;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
import java.util.ArrayList;
|
||||
|
||||
Reference in New Issue
Block a user