v1.1.8 (2020-08-12)
- removing non-ascii characters in title in parameters to prevent UnicodeDecodeError: 'ascii' codec can't decode ...
The error occured when doing urllib.parse.parse_qs of the parameters
- Due to changes on website, removed archive, archive specials, oswreviews and nerdslam

v1.1.7 (2018-01-25)
- fix to prevent import error on youtubedl

v1.1.6 (2018-01-20)
- removed looking for video dialogue
- addon now works in kode python 2 and should also work in python 3 (!!) once all dependencies work in python 3.
Kudo's to the python future package for making this possible. Kudo's to RomanVM for the help.
- adding a setting to only view Botchamania category

v1.1.5 (2017-03-03):
- fixed url in addon.xml as per request

v1.1.4 (2016-08-20):
- using po-files
- changed addon debugging info to kodi debugging info
- If there is more than 1 video, let the user choose

v1.1.3 (2016-04-17):
- updated due to website changes

v1.1.2 (2016-02-13):
- changed the listing and playing of videos
- The contextual menu item 'Play from here' is available now, it queues all the videos in the list from a certain point
- updated to latest requirements for a Kodi-addon
- skipping first video if there is more than 1 video available
- changed fanart
- added fanart-blurred

v1.1.1 (2015-08-15):
- added some utf-8 stuff

v1.1.0 (2014-10-25):
- changes due to website changes
- removed All Videos category

v1.0.1 (2014-09-06):
- fixed GNU licence
- added forum link

v1.0.0 (2014-08-13):
- initial version