0

I really need help. I'm trying to get the link as marked in the image with jsoup but I'm not able to get.

enter image description here

link of the site https://upvid.host/embed-okdfloukqche.html

Thank you.

OMi Shah
  • 5,768
  • 3
  • 25
  • 34
linkkader
  • 155
  • 1
  • 9
  • I guess your problem, is that you are trying to access content inside an iframe. You have to open/request src of the top iframe first, and than you should parse the data inside it. [https://stackoverflow.com/questions/54522364/python-beautifulsoup-scrape-web-content-inside-iframes](python-beautifulsoup-scrape-web-content-inside-iframes) – antlis May 08 '20 at 17:52
  • in fact after #document i'can't access data in side it (data in side #document ) – linkkader May 08 '20 at 18:07
  • 1
    That's right because it's another document embedded on the web page that you are trying to scrape. [traverse-iframe-using-jsoup](https://stackoverflow.com/questions/16234019/traverse-iframe-using-jsoup) – antlis May 08 '20 at 23:55
  • i try it but i can't access this link with jsoup because first iframe change again and again – linkkader May 10 '20 at 12:11

1 Answers1

0

Finally, I solved it by using webview and now I can get all the request.

OMi Shah
  • 5,768
  • 3
  • 25
  • 34
linkkader
  • 155
  • 1
  • 9