<div>
<div>Michael, first of all, your efforts on tv_grab_au are much appreciated.</div>
<div>&nbsp;</div>
<div>Secondly, I have a bug to report, but I also have a solution:</div>
<div>&nbsp;</div>
<div>The set_service routine doesn't reliably work to set the correct region for subsequent page calls, especially if using webwarper (which makes sense if you think about it.) I only found out because I'm not in Sydney which is the default... :)&nbsp; The solution is to append the region id to the page URLs: 
</div>
<div>&nbsp;</div>
<div>338c336<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp; @pages = map { [ $_-&gt;as_text(), $TV . &quot;?day=&quot; . $_-&gt;attr('value') . &quot;&amp;region=&quot; . $service-&gt;{regionid} ] }<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; @pages = map { [ $_-&gt;as_text(), $TV . &quot;?day=&quot; . $_-&gt;attr('value') ] } 
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>(line numbers are slightly off because I changed other things...)</div>
<div>&nbsp;</div>
<div>It would also be nice if you allowed the default $output_dir&nbsp;(for cached.pl, etc.)&nbsp;to be specifiable in the conf file, since it defaults to '/' which is not ideal when running with a non-root user. </div>
<div>&nbsp;</div>
<div>But other than that, it works great for now! Thanks again!</div>
<div>&nbsp;</div>
<div>Andrew</div></div>