daniel-widrick / zap2it-GuideScraping

MIT License
59 stars 20 forks source link

zap2it: Add basic option for language handling #10

Closed th0ma7 closed 3 years ago

th0ma7 commented 3 years ago

Currently in testing to confirm if this solves the parsing error found in https://github.com/daniel-widrick/zap2it-GuideScraping/issues/9

If this turns out to run OK, a better option would be to define a configuration file with the list of channels that are in other languages than 'en' so that we can parse that at run time and apply the proper language fields where needed.

In the meantime, this simple fix might turn out ok...

th0ma7 commented 3 years ago

The few bits of changes made it to work! Adding <icon src= also allowed to get an image to work for all shows. I may add a few other bits here and there to further align with other standard... but ain't that much of a coder so feel free to chim in..

daniel-widrick commented 3 years ago

Merging fixes