41 lines
2.0 KiB
INI
Executable File
41 lines
2.0 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: abudhabitv.ae
|
|
* @MinSWversion:
|
|
* @Revision 0 - [06/07/2017] mat8861
|
|
* - creation
|
|
* @Remarks: Arabic language
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
*
|
|
site {url=abudhabitv.ae|timezone=UTC+04:00|maxdays=7.1|cultureinfo=ar|charset=UTF-8|titlematchfactor=40|firstshow=1}
|
|
site {retry=<retry time-out="10">4</retry>|episodesystem=onscreen}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
*
|
|
urldate.format {daycounter|0}
|
|
url_index {url|http://www.abudhabitv.ae/programguide}
|
|
index_urlshow {url(exclude="javascript:void")||<a href="||" title=}
|
|
*
|
|
index_urlchannellogo.modify {addstart|http://www.abudhabitv.ae/public/img/branding/logo.png}
|
|
index_showsplit.scrub {multi|<ul class="slides|<li class="slide|</li>|</ul>}
|
|
*
|
|
index_start.scrub {regex||<span class="time" id="timeSpan0">(\d{2}:\d{2})</span>||}
|
|
index_title.scrub {regex||<figcaption><h2>(.*?)</h2></figcaption>||}
|
|
index_showicon.scrub {url|http://www.abudhabitv.ae|<img border="0" src="||"}
|
|
*
|
|
title.scrub {single|<div id="lyrshowimage"|title="|">|</div>}
|
|
description.scrub {single|<div class="video-page-content clear">|<p>|</p>|</div>}
|
|
description.modify{cleanup(tags="<"">")}
|
|
actor.scrub {multi(max=3)|<ul class="actors-list item">|<h3>|<span>|</ul>}
|
|
episode.scrub {regex(pattern="الحلقة 'E1'")||<span>(الحلقة\s\d+)</span>||}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index {url|http://www.abudhabitv.ae/programguide}
|
|
*index_site_id.scrub {single|var SITE_URL = "http://www.||.ae"}
|
|
*index_site_channel.scrub {single(separator=" - " include=last)|<meta name="description" content="||">}
|
|
** @auto_xml_channel_end
|