50 lines
2.2 KiB
INI
Executable File
50 lines
2.2 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: leonardo.tv
|
|
* @MinSWversion: V1.1.1/42
|
|
* none
|
|
* @Revision 1 - [17/02/2014] Francis De Paemeleere
|
|
* added .channels.xml auto generation
|
|
* @Revision 0 - [29/01/2014] Steve Wildmore
|
|
* creation
|
|
* @Remarks: Site changes after 1:30 AM so run after that time
|
|
* none
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=leonardo.tv|timezone=UTC+01:00|maxdays=7|cultureinfo=it-IT|charset=ISO-8859-1|titlematchfactor=90|episodesystem=onscreen}
|
|
url_index{url|http://www.leonardo.tv/guida-tv/}
|
|
|
|
urldate.format {datestring|dddd} * not used
|
|
|
|
index_showsplit.scrub {multi|<div class="week-day-containers">|<div class="time-zone-single" >|<div style="clear: both;"></div>|<!-- Colonna Destra! -->}
|
|
index_showsplit.modify {cleanup(removeduplicates)} * first program of Sera = last of Pomeriggio
|
|
|
|
index_start.scrub {single|<div class="single-ora">||<|</div>}
|
|
index_start.modify {cleanup(tags="<"">")}
|
|
|
|
index_title.scrub {single|<p class="single-program" >|||</p>}
|
|
index_title.modify {cleanup(tags="<"">")}
|
|
|
|
index_subtitle.scrub {single|<p class="single-title">||</p>|</p>}
|
|
index_description.scrub {single|<p class="single-author">||</p>|</div>}
|
|
|
|
index_urlshow {url(include=first)||<p class="single-program"|<a href="|">|</a></p>}
|
|
temp_1.scrub {single|<div class="text"><p>||</p>|</div>}
|
|
temp_1.modify {cleanup(tags="<"">")}
|
|
|
|
title.modify {addstart|'index_title'} * force title to not update unnecessarily
|
|
description.modify {addend('index_urlshow' not "")| - 'temp_1'} * add detailed description if available
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*index_site_id.scrub {multi|}
|
|
*scope.range {(channellist)|end}
|
|
*index_site_id.modify {clear}
|
|
*index_site_id.modify {addstart|leonardo}
|
|
*index_site_channel.modify {addstart|Leonardo}
|
|
*end_scope
|
|
** @auto_xml_channel_end |