Hi everybody,
I have a problem, I wanna display the TV schedule of the evening in my interface.
I wanna use a scrape sensor, and I have this:
- platform: scrape
resource: http://www.programme-television.org/?bouquet=tnt
name: titre_tf1
select: "#prime-broadcasts > div:nth-child(1) > div > div:nth-child(3) > span > span.texte > h3 > a"
I know the URL is good, and to have “select”, I opened Chrome’s console and on the right stuf I clicked on “Copy -> Copy selector”.
When I check the configuration, there is no error, but I sensor doesn’t appear…
Do you have a solution ?
Thank you !