-1

How can i get the link of website or video (example : in youtube) when i click one link in web browser and save to string a ; Have we other way to make the same thing?, thanks

1 Answers1

0

this is really general question. I can only say you should check

http://jsoup.org/ (great html parser)

http://www.seleniumhq.org/ (can be used as web scraper /spider)

Or in general, just google web crawling/scraping you can find enough resources.

Y.Kaan Yılmaz
  • 612
  • 5
  • 18