32 lines
1.6 KiB
INI
Executable File
32 lines
1.6 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: tv.viasat.lt
|
|
* @MinSWversion: V1.1.1/53
|
|
* @Revision 0 - [10/09/2018] Erikas Rudinskas
|
|
* - creation
|
|
* @Remarks:
|
|
* none
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=tv.viasat.lt|timezone=Europe/Vilnius|maxdays=7|cultureinfo=lt-LT|charset=UTF-8|titlematchfactor=90}
|
|
url_index {url|https://tv.viasat.lt/channel/|channel|/?d=|urldate|}
|
|
urldate.format {daycounter|0}
|
|
*
|
|
index_showsplit.scrub {multi|<div class="cprograms half wrapper">|<div class="program-info| </div>|<div id="rightcol">}
|
|
*
|
|
index_start.scrub {single|<span class="time">||</span>|}
|
|
index_title.scrub {single|<h2>|>|</a>|</h2>}
|
|
index_description.scrub {single|<div style="float:left; width:380px; margin-right:10px;" >||</div>|}
|
|
index_showicon.scrub {single|<img style="width:165px;" src="||"/>|}
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*scope.range {(channellist)|end}
|
|
*url_index {url|https://tv.viasat.lt}
|
|
*index_site_channel.scrub {regex||<div class="channelName">[\s\n]+<a href="https://tv.viasat.lt/channel/\d+/">([^\n]+)</a>||}
|
|
*index_site_id.scrub {regex||<div class="channelName">[\s\n]+<a href="https://tv.viasat.lt/channel/(\d+)/">||}
|
|
*end_scope
|
|
** @auto_xml_channel_end |