Nina Posted April 14, 2022 Share Posted April 14, 2022 (edited) Hello TechSupport, Can you please guide me how can i fetch multiple screenhot in custom grabber, right now it is set_screenshot only. I am trying to embed videos using custom grabber, it is limited to only 1 screenshot. if there is a way to fetch multiple screenshots in custom grabber, please share the way how can i set it. Thanks! Edited April 14, 2022 by Nina Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 14, 2022 Share Posted April 14, 2022 Unfortunately grabbers API does not support multiple screenshots. Why you need this? We can update API, but long time to wait for this. Quote Link to comment Share on other sites More sharing options...
Nina Posted April 14, 2022 Author Share Posted April 14, 2022 I am trying to embed videos from XV Sometimes the thumbnails which come by default don't resemble the video itself, are blurry, or display some site name. Especially when doing it with models or niche sites like blondes where the thumbnail does not depict any blondes. If I was able to choose a thumbnail from the set of the available screenshots, I could distinguish it from other sites using the same default thumbs. This is better from SEO point of view as well. I shall be highly thankful to ya if you release the API lil sooner. Thanks! Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 15, 2022 Share Posted April 15, 2022 Good news, after looking into the code, it turns out that you can specify multiple screenshots by separating them using comma, e.g.: $result->set_screenshot('http://domain.com/image1.jpg, http://domain.com/image2.jpg'); This was not done intentionally, but it might work. Please try that. Quote Link to comment Share on other sites More sharing options...
Nina Posted April 15, 2022 Author Share Posted April 15, 2022 Many Thanks, I'll try and get back to you! 😀 Quote Link to comment Share on other sites More sharing options...
Nina Posted April 26, 2022 Author Share Posted April 26, 2022 That On 4/15/2022 at 9:17 AM, Tech Support said: $result->set_screenshot('http://domain.com/image1.jpg, http://domain.com/image2.jpg'); Didn't work ! :( Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 27, 2022 Share Posted April 27, 2022 23 hours ago, Nina said: That Didn't work ! :( Our local test shows that this is working. It could be that your grabber doesn't provide the data, or you didn't update the grabber in KVS (for it to be updated the new grabber version should be incremented). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.