Hello,
I'm trying to get some dated informations.
I mean that i try to grab for example data ,but not X days starting today , but x days starting a certain date.
Ie i want to grab all the data for the 30 days after the 1-1-2019
Is it possible ?
I have tried to change the machine time , that gives some issue with the https certificate .
Best regards
maybe but there are many if's/and's/but's that need to be answered.
need to see the site data.
I use that site in my ini
EEN
it is in mijn-tv-gids.be.channels.xml in the directory for belgium
the site itself permit to put a date in the url
https://www.mijn-tv-gids.be/01012019/kabel/17/mijn-tv-programma.html
i have tried to replace in the mijn-tv-gids.be.ini (in belgium directory)
the line
url_index.headers {postdata=s_day='urldate'&s_hour=&s_genre=0&s_channel='channel'}
by url_index.headers {postdata=s_day='2019-07-01'&s_hour=&s_genre=0&s_channel='channel'}
But that gives an error
You can find the ini and the log file in attachement
Br
I use that site in my ini
EEN
it is in mijn-tv-gids.be.channels.xml in the directory for belgium
the site itself permit to put a date in the url
https://www.mijn-tv-gids.be/01012019/kabel/17/mijn-tv-programma.html
i have tried to replace in the mijn-tv-gids.be.ini (in belgium directory)
the line
url_index.headers {postdata=s_day='urldate'&s_hour=&s_genre=0&s_channel='channel'}
by url_index.headers {postdata=s_day='2019-07-01'&s_hour=&s_genre=0&s_channel='channel'}
But that gives an error
You can find the ini and the log file in attachement
Br
the new site doesn't use POST.
use the new url u have and delete these 2 lines..
url_index.headers {method=POST|contenttype=application/x-www-form-urlencoded}
url_index.headers {postdata=s_day='2019-07-01'&s_hour=&s_genre=0&s_channel='channel'}
then you should get page data.
also many other parts of the ini may have to be rewritten as the data structure has changed.
Thank you
I'll try to do that