Hey Channel Team,
Check this out. In the code for this channel is a line:
for item in html.xpath('//div[@class="shows-current"]//a[@class="hublink"]'):
which, if you change it to this:
for item in html.xpath('//div[@class="shows"]//a[@class="hublink"]'):
allows all the available shows in the channel to be listed and watched. In other words, just delete the "-current" and the loop will read all the shows on the webpage.
Not a python coder yet, but I can recognize patterns, and figured this out on my own. Let me know if this works for you! I'm already using it to watch "Masters of Illusion!"!
Thanks ~James