46 lines
2.1 KiB
INI
Executable File
46 lines
2.1 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: canalhistoria.es
|
|
* @MinSWversion: 1.1.1/54
|
|
* @Revision 1 - [10/04/2016] Blackbear199
|
|
* - rewrite
|
|
* @Revision 0 - [28/08/2013] petike
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=canalhistoria.es|timezone=Europe/Madrid|maxdays=15|cultureinfo=es-ES|charset=UTF-8|titlematchfactor=90|episodesystem=onscreen}
|
|
*
|
|
url_index{url|http://canalhistoria.es/programacion/fecha/|urldate|/}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
urldate.format {datestring|yyyy/MM/dd}
|
|
index_showsplit.scrub {multi(debug)|<div class="col-xs-12 list-program">|||</section>}
|
|
*
|
|
index_start.scrub {single|<h2 style="text-transform:none;">||h</h2>|h</h2>}
|
|
index_title.scrub {single(separator=": " include=first)|title="|">|</a>|</p>}
|
|
*index_subtitle.scrub {single(separator=": " include=last)|title="|">|</a>|</p>} *episode name in subtitle
|
|
index_episode.scrub {single(separator=": " include=last)|title="|">|</a>|</p>} *episode name in episode
|
|
index_showicon.scrub {single|<img src="||"|">}
|
|
index_urlchannellogo {url||<link rel="shortcut icon" href="||" />|" />}
|
|
*
|
|
index_urlshow {url|http://canalhistoria.es|<a href="||"|"}
|
|
*
|
|
title.scrub {single(separator=":" include=first)|<h1>||</h1>|</h1>}
|
|
category.modify {set|Historia}
|
|
description.scrub {single|<div class="col-sm-6">|<p>|</p>|<script>}
|
|
*
|
|
index_subtitle.modify {clear('index_subtitle' == "index_title')}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
** Only one channel site
|
|
** No need to have a ID. So just creating a dummy one, that can be used in the config file
|
|
*index_site_id.scrub {multi|}
|
|
*index_site_id.modify {clear}
|
|
*index_site_id.modify {addstart|Historia}
|
|
*index_site_channel.modify {addstart|Historia}
|
|
** @auto_xml_channel_end
|