|
|
@@ -369,7 +369,7 @@ public class CrawlerServiceImpl implements CrawlerService {
|
|
|
result = JSONObject.parseObject(response.body());
|
|
|
JSONArray data = result.getJSONArray("data");
|
|
|
for (int j = 0; j < data.size(); j++) {
|
|
|
- JSONObject jsonObject = data.getJSONObject(i);
|
|
|
+ JSONObject jsonObject = data.getJSONObject(j);
|
|
|
if (jsonObject.getString("movie_type").contains(bitrate.toLowerCase())) {
|
|
|
Temp4k temp4k = new Temp4k();
|
|
|
temp4k.setName(code);
|