Fix ying
This commit is contained in:
parent
eaa7616518
commit
1cf5c74344
|
|
@ -24,10 +24,10 @@ import java.util.Map;
|
||||||
|
|
||||||
public class Ying extends Spider {
|
public class Ying extends Spider {
|
||||||
|
|
||||||
private static final String siteUrl = "https://www.yhpdm.com";
|
private static final String siteUrl = "https://www.yhdmz.org";
|
||||||
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 = siteUrl + "/yxsf/js/yx_catalog.js";
|
private static final String filterUrl = siteUrl + "/tpsf/js/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 @@
|
||||||
b139859b3d28a4065f5efe531f81757d
|
8ec09a67799714aff2e28dccca59ccfa
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue