View Single Post
  #805  
Old 06-12-2012, 05:50 PM
mce mce is offline
Senior Membrane
 
Join Date: Jul 2010
Posts: 116
mce is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by barywhite View Post
It looks like a new version of IViewNapper was released not that long ago to address this problem..

Code:
Version 20120514.
Fix for wrong concatenation symbol.
Thanks!
That fix above was because in VB.NET one should use & to concatenate strings, but sometimes the old habit of using + creeps in and can cause errors.

The actual fix was probably one where "Fix incorrect characters in filename" as spaces and & (and more) can cause problems. I convert '&' to 'and' in output filenames and wrap it in quotes.
Reply With Quote