Fix ying
This commit is contained in:
parent
b6b02fd8a1
commit
a10d53c87c
|
|
@ -27,7 +27,7 @@ public class Ying extends Spider {
|
||||||
private static final String siteUrl = "https://www.yhpdm.com";
|
private static final String siteUrl = "https://www.yhpdm.com";
|
||||||
private static final String listUrl = siteUrl + "/list/";
|
private static final String listUrl = siteUrl + "/list/";
|
||||||
private static final String showUrl = siteUrl + "/showp/";
|
private static final String showUrl = siteUrl + "/showp/";
|
||||||
private static final String filterUrl = "https://www.xmfans.me/yxsf/js/yx_catalog.js";
|
private static final String filterUrl = siteUrl + "/yxsf/js/yx_catalog.js";
|
||||||
|
|
||||||
private HashMap<String, String> getHeaders() {
|
private HashMap<String, String> getHeaders() {
|
||||||
HashMap<String, String> headers = new HashMap<>();
|
HashMap<String, String> headers = new HashMap<>();
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
7338bb6f1e1e684c77f5db38b81aff45
|
06c33541084d5842fdbf6e67ce4258ed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue