Would it be possible to have multi proxy support added so grabbing from various geo blocked sites is possible withing one config file, as the current version you can only have 1 proxy.
Example:
<proxy1>192.168.1.2:8080</proxy1>
<channel update="" site="yourtv.com.au" site_id="MOVIE EXTRA" xmltv_id="MOVIE EXTRA">MOVIE EXTRA</channel>
<proxy2 user="username" password="password">192.168.2.4:8080</proxy2>
<channel update="" site="blocked-site.com" site_id="1" xmltv_id="1">One</channel>
<channel update="" site="blocked-site.com" site_id="2" xmltv_id="2">Two</channel>
Cheers!