Hello, I need to scratch a guide page but it has an initial selection box where the country is chosen before starting, and I don't see how to select it before starting, if anyone can give me a suggestion, the page is "https://www.aetvlatam.com/guiatv"
Best Regards
Not really easy, you need newer version of wg, or you can do a single one scrubbing. for example :https://www.aetvlatam.com/tvguide/AE/CL
Thank, let me tray,
Thank mat8861, my .ini works perfectly, can you help me whit the same problem on this page:
I don't find the country select!
https://la.sonychannel.com/horario
https://la.axn.com/horario
in dev tools of browser when selecting a country it recall a url
https://la.sonychannel.com/schedule/ajax/mx/data/listings/true/2023-05-14
https://la.sonychannel.com/schedule/ajax/vz/data/listings/true/2023-05-14
same for the other country
Thank for you help, (I'm sorry for my ingles) I don't see in the dev tools de recall url opcion, is on chrome?
ERROR
Hi mat8861, i need to get the title but the page has two case
Case#1:
' <'div class="content content-clickable ">'
' <'h2 class="title">'
' <'a href="http://213.126.50.203/series/royal-pains" hreflang="es">Royal Pains<'/a>'
' <'/h2>'
Case#2
' <'div class="content ">'
' <'h2 class="title">'
' Grown-ish'
' <'/h2>'
I use this function but no work:
case#1
'index_showsplit.scrub {regex||<'li id=".*?" class="listing.*?">(.*?)||}'
'index_title.scrub {multi(debug) |<'h2 class="title"'>|'<'a href='#' hreflang="es"'>||<'/a>|<'/h2>|}'
case#2 is Ok
'index_showsplit.scrub {regex||<'li id=".*?" class="listing.*?">(.*?)<'/li>||}'
'index_title.scrub {regex()||<'h2 class="title">(.*?)<'/h2>||}'
'index_title.scrub {single|<'h2 class="title">||<'/a>|<'/h2>} '
'index_title.modify {cleanup(tags="<"">")} '
or
'index_title.scrub {regex()||<'h2 class="title">.*?\"?>?(.*?)<'/a>||}'