v1.1.10 (2018-10-01)
- 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
- using youtube now (website change)
- removed video quality setting as the youtube addon is used

v1.1.9 (2018-01-12)
- removed looking for video dialogue
- fix to match the correct thumbnail with the item
- 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.

v1.1.8 (2017-03-12):
- fixed url in addon.xml as per request
- changed 'xbmc' to 'kodi' in some text
- not using addon-name in xbmcaddon.Addon() anymore (thanks enen92)

v1.1.7 (2016-12-07):
(kudos to Martijn for these improvement-suggestions)
- improved adding info to the video
- using higher res thumbnail if available
- added the brief version of the plot to the video
- added duration to the video

v1.1.6 (2016-08-09):
- try to suppress ssl warnings. If suppressing gives an error (on iOS f.e.), continue with the rest of the program.

v1.1.5 (2016-07-12):
- fixed getting video filename due to website changes
- only using https now

v1.1.4 (2016-07-10):
- using requests
- suppress ssl warnings
- changed to https
- changed addon debugging info to kodi debugging info

v1.1.3 (2016-05-22)
- using po files
- changed user-agent as requested
- better cookie-wall circumventing
- removed utf8 reload

v1.1.2 (2016-05-17)
- added a setting for choosing the video quality

v1.1.1 (2016-05-14)
- adjusted due to website changes: getting the video url differently now

v1.1.0 (2016-04-24)
- added search

v1.0.9 (2016-02-07)
- 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

v1.0.8 (2016-01-14)
- added blurred background (kudos to ninovanhooff!)
- added refresh option (kudos to ninovanhooff!)

v1.0.7 (2015-08-15)
- added some utf8 stuff

v1.0.6 (2015-06-23)
- changed fanart

v1.0.5 (2015-06-16)
- changed icon and fanart due to changes in the website

v1.0.4 (2015-05-08)
- adjustments due to changes in the website: cookiewall circumvented by adding a cookie to the header (thanks bas lichtjaar)

v1.0.3 (2015-02-25)
- play the highest video quality that's available (kudos to Amelandbor!)

v1.0.2 (2013-08-03)
- fixed title bug

v1.0.1 (2013-07-07)
- added beautiful soup as dependency
- added dutch strings

v1.0.0 (2013-06-23)
 - initial version