I tried to grab date from the cyfrowypolsat.pl site.
I did not get any futher than 2 days. Can somebod help me to get past the two days pls.
Will
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
You need postdata for this site. And probably also cookies.
Just did a quick test with wget. Tried also with WG++, but not yet succeeded.
For wget you need (for tv-4 and 2013-03-08):
wget --load-cookies cyfrowypolsat.pl.cookies.txt --post-data 'AJAXREQUEST=_viewRoot&autoScroll=&dayName=2013-03-08&f1:_idJsp2=tv-4&f1:_idJsp3=7&f1:_idJsp4=2013-03-04&f1:_idJsp5=false&f1:_idJsp6:1:_idJsp8=f1:_idJsp6:1:_idJsp8&f1_SUBMIT=1&javax.faces.ViewState=rO0ABXVyABNbTGphdmEubGFuZy5PYmplY3Q7kM5YnxBzKWwCAAB4cAAAAAN0AAdfaWQ5MjYwcHQANy9yZWRpci9wcm9ncmFtLXR2L3Byb2dyYW0tdHYtcGlvbm93eS1zaW5nbGUtY2hhbm5lbC5qc3A%3D' http://www.cyfrowypolsat.pl/program-tv/tv-4/
my lines in WG++ (but not working yet):
url_index{url(debug))|http://www.cyfrowypolsat.pl/program-tv/tv-4/}
url_index.headers {method=POST|contenttype=application/x-www-form-urlencoded}
url_index.headers {postdata=AJAXREQUEST=_viewRoot&autoScroll=&dayName=2013-03-08&f1:_idJsp2=tv-4&f1:_idJsp3=7&f1:_idJsp4=2013-03-04&f1:_idJsp5=false&f1:_idJsp6:1:_idJsp8=f1:_idJsp6:1:_idJsp8&f1_SUBMIT=1&javax.faces.ViewState=rO0ABXVyABNbTGphdmEubGFuZy5PYmplY3Q7kM5YnxBzKWwCAAB4cAAAAAN0AAdfaWQ5MjYwcHQANy9yZWRpci9wcm9ncmFtLXR2L3Byb2dyYW0tdHYtcGlvbm93eS1zaW5nbGUtY2hhbm5lbC5qc3A%3D}
Maybe you can play with it and get it working in WG++ also.
If not, let me know
I tried a bit
but the problem is I do not understand this. So I am stabbing in the dark here.
And obviously this does not work.
Willy