40 lines
2.2 KiB
INI
Executable File
40 lines
2.2 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: zeeone.de
|
|
* @MinSWversion: V1.1.1/56.29
|
|
* @Revision 0 - [26/05/2017] Mat8861 & Blackbear199
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=zeeone.de|timezone=Europe/Berlin|maxdays=14.1|cultureinfo=de-DE|charset=UTF-8|nopageoverlaps|titlematchfactor=90}
|
|
site {ratingsystem=DE|episodesystem=onscreen}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
url_index{url|http://www.zeeone.de/tv}
|
|
index_date.scrub {single(force)|<li data-id="|data-date="|"|>}
|
|
index_showsplit.scrub {multi(exclude="newDate")|<ul class="items divschedule">|<li data-id=|</li>|<div class="gridview ">}
|
|
index_urlshow {url|http://zeeone.de|<a href="||" class}
|
|
index_urlchannellogo.modify {addstart|https://zeeonelive.blob.core.windows.net/cmsstorage/zeeone/media/images/logo/zeeone_logo_rgb_indianrose54_69.png}
|
|
index_start.scrub {regex||<span>(\d{2}\:\d{2})</span>||}
|
|
index_title.scrub {regex||<span class="heading">(.*?)</span><br>||}
|
|
index_subtitle.scrub {single|<span class="heading">|<span>|</span>|</p>}
|
|
title.scrub {single|<div class="topHeader">|<h1>|</h1>|</h1>}
|
|
description.scrub {regex||<p class="bottom-space">(.*?)</p>||}
|
|
description.modify{cleanup}
|
|
productiondate.scrub {single(include=last)|<div class="topHeader">|<h3>|</h3>}
|
|
director.scrub {single|<div class="columnthree">|<p>|</p>|</div>}
|
|
actor.scrub {regex||<span class="pull-right">(.*?)</span>||}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index{url|http://www.zeeone.de/tv}
|
|
*index_site_channel.scrub {single|<head id="head">|<title>|</title>}
|
|
*index_site_id.scrub {single|href="|/App_Themes/|/images/|favicon.ico">}
|
|
*scope.range {(channellist)|end}
|
|
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
|
*end_scope
|
|
** @auto_xml_channel_end
|