The recipe for the Volkskrant paid version as created by Jaap Mellink is not working for me. It seems that the problem is in lines quote
59 _INDEX = strftime('?
http://www.volkskrant.nl/vk-online/VK/%Y%m%d___/') + optionvalue? + '/#text'
60 _INDEX_ARTICLE = strftime('?
http://www.volkskrant.nl/vk-online/VK/%Y%m%d___/') + optionvalue? + '/' unquote
When I look at the site the html pages do show a slightly different format, please see below:
http://www.volkskrant.nl/vk-online/VK/20100217___/1_001
/VK_20100217_section1_page001_article8.html#text[/url]
Does any one have an I how to change the codes of line 59 and 60 of the script to reflect the actual html pages.