76 lines
2.9 KiB
INI
Executable File
76 lines
2.9 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: telvis.fi
|
|
* @MinSWversion: V0
|
|
* none
|
|
* @Revision 4 - [30/11/2012] Francis De Paemeleere
|
|
* add automatic channels.xml generation
|
|
* @Revision 3 - [04/01/2012] Jan van Straaten
|
|
* new showsplit skips the preview shows of the next day on the index page
|
|
* @Revision 2 - [] Jan van Straaten
|
|
* subtitle cleanup
|
|
* @Revision 1 - [] Willy de Wilde
|
|
* creation
|
|
* @Remarks:
|
|
* none
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
* ____________________________
|
|
* | site |
|
|
* |____________________________|
|
|
site {url=telvis.fi|timezone=UTC+02:00|maxdays=13|cultureinfo=fi-FI|charset=iso-8859-1|titlematchfactor=60}
|
|
|
|
* ____________________________
|
|
* | url_index |
|
|
* |____________________________|
|
|
url_index{url()|http://www.telvis.fi/tvohjelmat/?vw=channel&ch=|channel|&sh=all&dy=|urldate|}
|
|
urldate.format {datestring|dd.MM.yyyy}
|
|
|
|
* ____________________________
|
|
* | index_showsplit |
|
|
* |____________________________|
|
|
index_showsplit.scrub {multi()|<div class="channelpage">|<span class="time">||<div class="modrow-clear"></div>}
|
|
|
|
* ____________________________
|
|
* | start |
|
|
* |____________________________|
|
|
index_start.scrub {single()|||</span}
|
|
|
|
* ____________________________
|
|
* | title |
|
|
* |____________________________|
|
|
index_title.scrub {single()|</span>||<}
|
|
|
|
* ____________________________
|
|
* | subtitle |
|
|
* |____________________________|
|
|
index_subtitle.scrub {single|</h4>||.|</div>}
|
|
index_subtitle.modify {cleanup}
|
|
|
|
* ____________________________
|
|
* | description |
|
|
* |____________________________|
|
|
index_description.scrub {multi|</h4>|. |</div>}
|
|
index_description.modify {cleanup}
|
|
index_description.modify {addend(not "")|...}
|
|
|
|
* ____________________________
|
|
* | actor |
|
|
* |____________________________|
|
|
index_actor.scrub {multi (separator=", ")|</h4>|N: |</div>}
|
|
* ____________________________
|
|
* | director |
|
|
* |____________________________|
|
|
index_director.scrub {multi (separator=", ")|</h4>|O: |N: |</div>}
|
|
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
** the following lines create the channel file
|
|
*index_site_channel.scrub{ multi () |<div class="progs" style="text-align:left;">|">|</a>|</div>}
|
|
*index_site_id.scrub { multi () |<div class="progs" style="text-align:left;">|&ch=|&|</div>}
|
|
** @auto_xml_channel_end |