I will need some help in finding how the different days are called from this website:
http://reunion.orange.fr/loisirs/tv-satellite/programme-par-chaine/?bouq...
I have written the rest of the grabber (at least started it) - no channel creation yet
The file is attached.
The line I use in the config file is:
<channel update="i" site="reunion.orange.fr" site_id="Ciné + Frisson" xmltv_id="Ciné + Frisson">Ciné + Frisson</channel>
Willy
You have to use POST.
This works (only grabbing needs adjustment)
url_index{url(debug)|http://reunion.orange.fr/spip.php?page=ajax_tv}
url_index.headers {method=POST|contenttype=application/x-www-form-urlencoded}
url_index.headers {postdata=type=bouquet&date='urldate'&bouquet='subpage'}
Francis thanks.
Problem: there are double channels. And no way to remove them from the grab.
So I had to grab each bouquet separately. If you want the use it, you have to limit yourself to grab from the same bouquet.
All bouquets do work, but you cannot mix them in the same grab (because of the keepindex.)
Willy