44 lines
2.2 KiB
INI
Executable File
44 lines
2.2 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: calle13universal.es
|
|
* @MinSWversion: V1.1.1/49
|
|
* uses cleanup(tags)
|
|
* @Revision 1 - [31/05/2013] Jan van Straaten
|
|
* site changed, completely new
|
|
* @Revision 0 - [15/06/2012] Miguel A. Peirats/Mayankel
|
|
* none
|
|
* @Remarks:
|
|
* none
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
*
|
|
site {url=calle13universal.es|timezone=UTC+01:00|maxdays=28|cultureinfo=es-ES|charset=UTF-8|titlematchfactor=90}
|
|
site {ratingsystem=ES|episodesystem=onscreen}
|
|
*
|
|
url_index{url|http://www.calle13universal.es/schedule/|urldate|}
|
|
http://www.calle13universal.es/schedule/2013-6-02
|
|
urldate.format {datestring|yyyy-M-dd}
|
|
*
|
|
index_showsplit.scrub {multi|<div class="schedule-row summary-item"|||<div class="region region-sidebar-last">}
|
|
index_start.scrub {single|<div class="program-time schedule-cell">||</div>|</div>}
|
|
index_title.scrub {single|<div class="program-info schedule-cell">|<h4>|</h4>|</h4>}
|
|
index_subtitle.scrub {single(separator=":" exclude=first)|<div class="program-info schedule-cell">|<p>|</p>}
|
|
index_title.modify {cleanup(tags="<"">")}
|
|
index_description.scrub {single|<div class="program-synopsis summary">|<p>|</p>|</p>}
|
|
index_episode.scrub {single(separator=":" include="Episode")|<div class="program-info schedule-cell">|<p>|</p>}
|
|
index_temp_1.modify {calculate(type=char format=F0)|'index_title' "Temporada" @}
|
|
index_temp_2.modify {substring('index_temp_1' not "-1" type=char)|'index_title' 'index_temp_1'} * temporada
|
|
index_episode.modify {addstart('index_temp_1' not "-1")|'index_temp_2', }
|
|
index_title.modify {remove|'index_temp_2'}
|
|
index_title.modify {cleanup}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
* one channel
|
|
*index_site_id.scrub {multi|}
|
|
*index_site_channel.modify {addstart|Calle 13}
|
|
*index_site_id.modify {addstart|dummy} * irrelevant dummy
|
|
** @auto_xml_channel_end |