Hi all,
I'm running OpenPLi for a week now (on a VU+ Uno 4K SE), overall very content. Very well put together, few bugs.
The IMDB plugin has several issues:
- Use of if re.Match.group('xxx') raises IndexError: no such group when no match.
- Use of re.Match.group(0) when group(1) is intended.
- Not able to parse the "new" (black, "mobile friendly") IMDB pages.
I fixed these on my receiver, would you be interested in my contribution? If so, how? diff posted here? ipk posted here? Fork & PR on github?