someone help me please:
I'm triying to grab the CablevisionHD/maxHD tab from https://clientes.cablevisionfibertel.com.ar/Buscador (it logs at Cablevision clasico by default)
the 'HD' page has the same ini structure as the 'clasico' as far as i know it enables a variable to true so it can handle the new channels, heres the source code:
<input type="hidden" name="ctl00$ContGral$digHd" id="digHd" value="true" />
view-source:https://buscador.cablevisionfibertel.com.ar/index.aspx (value is false by default)
how can I include this variable in 'buscadorcablevision.com.ar.ini' so it can activate the 'HD' tab??