Hello!
I made a bunch of ini-files for Finnish tv guide websites.
I used WebGrab version 1.1.1.5612
I hope you find them useful.
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
Here's the rest of the files.
telkussa.fi was broken so I fixed it.
Thanks for updating the file. I made a pull request with two small tweaks in the github. Nelonen had the word 'Kausi' in the subtitle field so I moved it in the beginning of the description. The ini was still using the old type timezone names so I also updated that.
Here's a link to the pull request: https://github.com/SilentButeo2/webgrabplus-siteinipack/pull/326
Thanks for those fixes. I just noticed there is this mistake. This is my fault and has nothing to do with your changes :D
index_starrating.scrub {regex||"agelimit":(.+?),||}
should be
index_starrating.scrub {regex||"rating":(.+?),||}
I created a new pull request with the fix. I also changed some of the scrub strings to only look for numbers (start, stop, rating and starrating) to make it more error proof.