Update Cokemv.java

1
This commit is contained in:
nikolin601
2022-10-30 14:34:33 +08:00
committed by GitHub
parent 6f5b68f7e9
commit 58932a04b8
@@ -92,7 +92,7 @@ public class Cokemv extends Spider {
if (this.e8.length() > 0) {
headers.put("Cookie", this.e8);
}
}
};
headers.put("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8");
headers.put("Accept-Language", "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2");