java - Connection c= Jsoup.connect(url1); -


hello making program jsoup lib

i trying values airline website , using connection c= jsoup.connect(url1); method connect.

my problem when make connection source code receive not 1 want. website searching prices , redirect 1 , show result. searching make cause me problem.

is there way make connection delay 10 sec , redirected source code????

i try use connection c= jsoup.connect(url1).followredirect; doesm't work

pls me somehow because out of time exercise


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -