|
@@ -44,6 +44,8 @@ public class ContentServiceImpl implements ContentService {
|
|
|
add("20250208111811026884434");
|
|
|
add("20250212125646224172850");
|
|
|
add("20250213023808593788754");
|
|
|
+ add("20250213091337867990118");
|
|
|
+
|
|
|
}};
|
|
|
|
|
|
@Autowired
|
|
@@ -287,6 +289,12 @@ public class ContentServiceImpl implements ContentService {
|
|
|
videoDetail.setSource(platform);
|
|
|
videoDetail.setTraceId(traceId);
|
|
|
videoDetails.add(videoDetail);
|
|
|
+ if (StringUtils.isNotEmpty(crawlerVideo.getCoverOssPath())) {
|
|
|
+ videoDetail.setCoverOss(crawlerVideo.getCoverOssPath());
|
|
|
+ String rawImgPath = "https://rescdn.yishihui.com/" + crawlerVideo.getCoverOssPath()
|
|
|
+ + "?x-oss-process=image/resize,m_fill,w_600,h_480,limit_0/format,jpg/watermark,image_eXNoL3BpYy93YXRlcm1hcmtlci9pY29uX3BsYXlfd2hpdGUucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLHdfMTQ0,g_center";
|
|
|
+ videoDetail.setRawImgPath(rawImgPath);
|
|
|
+ }
|
|
|
}
|
|
|
return videoDetails;
|
|
|
}
|