79154429

Date: 2024-11-04 06:43:12
Score: 1
Natty:
Report link

In your sample case, This looks like made by next.js with styled components. Which means it might be insert video or image dynamically in javascript.

I tested in chrome disabled javascript, Video doesn't show. I think video inserted in javascript after init page. In this case, you can not parse video using jsoup.

After image (Example is camila cabello's image) will be parsed. If you want first video, then use HtmlUnit or Selenium.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Wooyoung Tyler Kim