hello, trying to create ini file for rocketbeans.tv
my code so far:
site {url=rocketbeans.tv|timezone=Europe/Berlin|maxdays=1|cultureinfo=de-DE|charset=UTF-8|nopageoverlaps|titlematchfactor=90}
site {ratingsystem=DE|episodesystem=onscreen}
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
url_index{url|https://www.rocketbeans.tv/wochenplan/?details=1}
index_showsplit.scrub {multi|<div class="day today">|<div id="show-" class="show">|<span class="clear">|<div class="day">}
start.scrub {single||<span class="scheduleTime">|</span>|}
title.scrub {single||<h4>|</h4>|}
in the log file i have 16 times "skipped show without a title at" and there are 16 shows on the page.
can anybody help me?
Just looking at your data it should be:
site {url=rocketbeans.tv|timezone=Europe/Berlin|maxdays=7.1|cultureinfo=de-DE|charset=UTF-8|nopageoverlaps|titlematchfactor=90}
start.scrub {single|<span class="scheduleTime">||</span>}
index_title.scrub {single|<h4>||</h4>}
thx for answering.
same result: skipped show without title
greetings
sorry
index_title.scrub
index_start.scrub