Closed NehaVerma993 closed 4 years ago
Working when JSOUP library has 'org.jsoup:jsoup:1.11.3' version
Or add userAgent as 'Mozilla'
doc = Jsoup.connect(url)
.timeout(30*1000).userAgent("Mozilla")
.get();
Or add
Hi,
This is not supporting YouTube videos metadata like Whatsapp, Skype etc supports, please provide solution for that.