reduzent/watchteleboy

fail to get channel list

mcantsin opened this issue · 4 comments

Login is successful, while watchteleboy fails to get the channel list.
How can I fix that?

Hi

Thanks for your report. I encountered the same problem myself. I suspect something has changed on the website http://www.teleboy.ch and the script most likely needs to be adjusted accordingly. I'll look into it as soon as I find time.

It's a minor change required on line 307 for get it back working.
diff watchteleboy watchteleboy_n

307c307
<     grep "<tr class=\"playable blackListing\">"  | \
---
>     grep "<tr class=\"playable\">"  | \

Hey, thanks!

At the exact moment I received your mail, I was pushing the exact same fix. It's good it's working again, but on the long run a better way to get the list of channels should be found. Or a more robust way to filter out channel names from the page. Currently, only small changes on their site break the "channel list filter".

Anyway, have fun

Wonderful! - Thanks @stho64 and @reduzent
Have a good weekend!