49 lines
2.4 KiB
INI
Executable File
49 lines
2.4 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: skysiertv.com
|
|
* @MinSWversion: V2.1.2
|
|
* none
|
|
* @Revision 2 - [01/09/2017] Mat8861
|
|
* fix showsplit and removed index_date
|
|
* @Revision 1 - [14/08/2011] Willy De Wilde
|
|
* some small improvements
|
|
* @Revision 0 - []
|
|
* just a start!
|
|
* @Remarks:
|
|
* none
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=www.skysiertv.com|timezone=UTC+01:00|maxdays=7|cultureinfo=fr-FR|charset=iso-8859-1|titlematchfactor=50}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
url_index{url|http://www.skysiertv.com/stv/index2.php?frame=2&mode=on&chaine=|channel|&date=|urldate|}
|
|
urldate.format {datestring|yyyyMMdd}
|
|
index_showsplit.scrub {multi|</table></td>||</td></table></center>}
|
|
*
|
|
index_start.scrub {single()|<b><p align="JUSTIFY">||</b>|</font>}
|
|
*index_stop.scrub {single|}
|
|
index_urlchannellogo.scrub {url(include="logo.jpg")|http://www.skysiertv.com/chaines/|<CENTER>|<IMG SRC="chaines/|"|ALT|</CENTER>}
|
|
index_title.scrub {single(separator="<" include=first)|"><p align="JUSTIFY">||</font>}
|
|
*index_subtitle.scrub {single()|<font face="Arial" size="2">||</font>|</tr>}
|
|
index_description.scrub {multi(exclude="img src=")|<font face="Arial" size="2">||</font>|</tr>}
|
|
*
|
|
* operations:
|
|
index_start.modify {replace|.|:}
|
|
index_title.modify {remove|</a}
|
|
index_title.modify {cleanup}
|
|
index_description.modify {remove|<p align="justify">}
|
|
*index_description.modify {cleanup}
|
|
*index_description.modify {replace|\||.\n}
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index{url|http://www.skysiertv.com/stv/index2.php}
|
|
*index_site_id.scrub {multi|<TD WIDTH="20%" HEIGHT="60" BGCOLOR=|<A HREF="index2.php?chaine=|"|Jusqu'au :}
|
|
*index_site_channel.scrub {multi|<TD WIDTH="20%" HEIGHT="60" BGCOLOR=|logo.jpg" ALT="|-|Jusqu'au :}
|
|
*index_site_channel.modify {remove(type=regex)|"^\d+\s:\s"}
|
|
*index_site_channel.modify {replace|'| }
|
|
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
|
*end_scope
|
|
** @auto_xml_channel_end |