Hi, I'm currently trying to make an .ini file for this website: https://www.redbyhbo.com/
I was able to grab pretty much everything in the schedule page, however I can't properly config WG to go to each show's program details page and grab additional info there. Here's what I have so far:
site {url=redbyhbo.com|timezone=UTC+06:00|maxdays=8|cultureinfo=en-US|charset=UTF-8|titlematchfactor=90|keepindexpage|episodesystem=onscreen}
urldate.format {datestring|dd/MM/yyyy}
url_index {url(debug)|https://www.redbyhbo.com/schedule/?date=|urldate|&country=all}
url_index.headers {method=POST}
url_index.headers {accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8}
url_index.headers {customheader=Accept-Encoding=gzip, deflate, br}
index_showsplit.scrub {multi|<tr>||</tr>}
index_start.scrub {single|<td class="time">||</dt>}
index_temp_1.scrub {single|<a class="tooltip_trigger show_image cross_domain" href="https://webgrabplus.com/%7C%7C"}
index_title.scrub {single(separator=">"exclude=first|<a class=||<b}
index_urlshow {set(debug)|https://www.redbyhbo.com'index_temp_1'}
index_title.scrub {single(separator=">"exclude=first|<a class=||<b}
index_titleoriginal.scrub{single|r/>||</a>}
---
I want the urlshow to be displayed in the html.source.html page so that I can fetch the show info, but no matter what I've tried, somehow it refuses to load the program details page. Can I get some help to overcome this issue? Thanks in advance!