43 lines
2.1 KiB
INI
Executable File
43 lines
2.1 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: d3go.si
|
|
* @MinSWversion:
|
|
* @Revision 1 - [09/01/2014] Francis De Paemeleere
|
|
* - fix date shift issue
|
|
* @Revision 0 - [06/08/2013] Jan van Straaten
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=d3go.si|timezone=Europe/Ljubljana|maxdays=5|cultureinfo=sl-SI|charset=utf-8|titlematchfactor=90}
|
|
url_index {url|http://www.d3go.si/slo/spored2/|channel|?date=|urldate}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
*http://www.d3go.si/slo/spored2/slo-1?date=2013-08-06
|
|
urldate.format {datestring|yyyy-MM-dd}
|
|
index_showsplit.scrub {multi|<div id="epg-schedule-content">|<a name="||</ul>}
|
|
scope.range {(indexshowdetails)|end}
|
|
index_temp_1.scrub {single|<li id="epg-schedule-item-||" class|>}
|
|
index_variable_element.modify {calculate(format=date,yyyy-MM-dd)|'showdate'}
|
|
index_variable_element.modify {addstart|'config_site_id'/'index_temp_1'?date=}
|
|
index_urlshow.modify {addstart|http://www.d3go.si/slo/ajax/epg-schedule-info/'index_variable_element'}
|
|
index_urlshow.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
*http://www.d3go.si/slo/ajax/epg-schedule-info/slo-1/4?date=2013-08-06
|
|
index_urlchannellogo {url|http://www.d3go.si|<h2 style="float:|url(|)|;">}
|
|
|
|
index_start.scrub {single|<span class="starttime">||</span>|</div>}
|
|
index_title.scrub {single|<span class="title">||</span>|</div>}
|
|
end_scope
|
|
|
|
title.scrub {single|<h3 class="title">|<span class="title">|</span>|</h3>}
|
|
description.scrub {single|<div class="synopsis">|<p>|</p>|</div>}
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*index_site_channel.scrub {multi|<a href="/slo/spored2/|title="|"|</a>}
|
|
*index_site_id.scrub {multi|<a href="/slo/spored2/||" style|</a>}
|
|
** @auto_xml_channel_end
|