help me please
Does someone have the time to find out if it’s possible to prevent the caching of the rss-feeds by my script?
It looks like windows-script uses the same temporary internet files as Internet Explorer. Sometimes the script just wont download the newest enclosures in the feeds. After deleting the temporary file through Internet Explorer, the script will download them just fine.
If you have any ideas, please let me know!
September 8th, 2004 at 4:24 pm
Als je dit nou eens een uniek timestamp toevoegd aan de rss link url
rsslink += ( ( rsslink.indexOf(’?') + 1 ) ? ‘&’ : ‘?’ ) + ( new Date() ).getTime();
Ed