30 lines
1.6 KiB
INI
Executable File
30 lines
1.6 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: nvtv.co.uk
|
|
* @MinSWversion: V1.1.1/56.29
|
|
* @Revision 0 - [28/05/2017] Mat8861
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=nvtv.co.uk|timezone=Europe/Belfast|maxdays=7.1|cultureinfo=en-GB|charset=UTF-8|nopageoverlaps|titlematchfactor=90}
|
|
site {ratingsystem=en|episodesystem=onscreen}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
url_index {url|http://www.nvtv.co.uk/schedule/}
|
|
index_showsplit.scrub {multi|<div id="tabs-|<section class="item">|</section>|</main>}
|
|
index_urlchannellogo.modify {addstart|http://www.nvtv.co.uk/wp-content/uploads/2014/09/nvtv-logo.png}
|
|
index_start.scrub {regex||<strong>(\d{2}:\d{2})</strong>||}
|
|
index_title.scrub {multi(separator="!??!" include=last)|<h2>|</strong>|</h2>}
|
|
index_subtitle.scrub {regex||psubtitle">(.*?)</p>||}
|
|
index_description.scrub {regex||<p>(.*?)</p>||}
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index{url|http://www.nvtv.co.uk/schedule/}
|
|
*index_site_id.scrub {single|<link rel="canonical"|href="http://www.|.co|" />}
|
|
*index_site_channel.scrub{single(separator="!??!" include=last)|<title>||</title>}
|
|
*index_site_channel.modify{replace| |}
|
|
* @auto_xml_channel_end
|