86
Jsoup Example: print images of an URL
In this example, we will print the total images of an URL. To do so, we are calling select() method passing “img[src~=(?i)\.(png|jpe?g|gif)]” as a parameter so that it can print png, jpeg or gif images.
Output:
src : https://tutoraspire.com/images/social/r.png height : width : alt : RSS Feed src : https://tutoraspire.com/images/social/m.png height : width : alt : Subscribe to Get Email Alerts src : https://tutoraspire.com/images/social/f.png height : width : alt : Facebook Page src : https://tutoraspire.com/images/social/g.png height : width : alt : Google Page src : https://tutoraspire.com/images/social/t.png height : width : alt : Twitter Page src : images/logo/javahome.png height : width : alt : Java tutorial src : images/logo/javascripthome.png height : width : alt : JavaScript tutorial src : images/logo/sqlhome.png height : width : alt : SQL tutorial src : images/logo/androidhome.png height : width : alt : Android tutorial src : images/logo/clanguagehome.png height : width : alt : C Language tutorial src : images/logo/html-tutorial.png height : width : alt : html tutorial src : images/logo/pythonhome.png height : width : alt : Python tutorial src : images/logo/ajaxhome.png height : width : alt : AJAX tutorial src : images/logo/cloudhome.png height : width : alt : Cloud tutorial src : images/logo/javahome.png height : width : alt : Core Java tutorial src : images/logo/javahome.png height : width : alt : Java Servlet tutorial src : images/logo/jsphome.png height : width : alt : Java JSP tutorial src : images/logo/javahome.png height : width : alt : EJB tutorial src : images/logo/javahome.png height : width : alt : JAXB tutorial src : images/logo/strutshome.png height : width : alt : Struts tutorial src : images/logo/hibernatehome.png height : width : alt : Hibernate tutorial src : images/logo/springhome.png height : width : alt : Spring tutorial src : images/logo/javahome.png height : width : alt : Java Mail tutorial src : images/logo/javahome.png height : width : alt : Java Design Pattern tutorial src : images/logo/javahome.png height : width : alt : JUnit tutorial src : images/logo/strutshome.png height : width : alt : Maven tutorial src : images/logo/interviewhome.png height : width : alt : Interview Questions src : images/logo/projecthome.png height : width : alt : Free Projects src : images/logo/forumhome3.png height : width : alt : Forum tutorial src : images/logo/quizhome.png height : width : alt : Online quiz src : images/logo/javacompiler.png height : width : alt : Online java compiler src : images/tutor9.jpg height : width : alt : tutor aspire src : https://tutoraspire.com/images/social/rss1.png height : width : alt : RSS Feed src : https://tutoraspire.com/images/social/mail1.png height : width : alt : Subscribe to Get Email Alerts src : https://tutoraspire.com/images/social/facebook1.jpg height : width : alt : Facebook Page src : https://tutoraspire.com/images/social/google1.png height : width : alt : Google Page src : https://tutoraspire.com/images/social/twitter1.png height : width : alt : Twitter Page src : https://tutoraspire.com/images/social/blog.png height : width : alt : Blog Page src : http://images.dmca.com/Badges/dmca_protected_sml_120c.png ?ID=e8b533d5-7356-47f5-820b-72c890f03a4e height : width : alt : DMCA.com
Next TopicPrint form parameters