@@ -479,7 +479,6 @@ public class BgServiceImpl implements BgService {
.followRedirects(true)
.ignoreContentType(true)
.ignoreHttpErrors(true)
- .cookies(crawler4JavbusService.getJavbusCookiesMap())
.header("referer", "https://www.javbus.com/".concat(identificationCode))
.get();