View Single Post
  #642  
Old 06-17-2011, 04:21 PM
Ferret Ferret is offline
Junior Member
 
Join Date: Jan 2011
Posts: 4
Ferret is on a distinguished road
Smile

Re: How to use iView (ABC Australia) downloaders


For iViewNapperLite users, if you want the bottom description field filled in
Open ivnlite.vbs with notepad
search for
Code:
ds = episode.d
add
Code:
If len(ds) < 1 Then ds = show.c
below the found line and save
Reply With Quote