38 lines
2.1 KiB
INI
Executable File
38 lines
2.1 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: telestar.fr
|
|
* @MinSWversion: V1.1.1
|
|
* @Revision 0 - [30/07/2015] Willy De Wilde
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
*
|
|
site {url=telestar.fr|timezone=Europe/Paris|maxdays=14.2|cultureinfo=fr|charset=UTF-8|titlematchfactor=70|firstshow=1}
|
|
site {retry=<retry time-out="10">2</retry>}
|
|
url_index{url()|http://www.telestar.fr/programme-tv/grille-chaine/|channel|/|urldate|}
|
|
*http://www.telestar.fr/programme-tv/grille-chaine/tf1/30-07-2015
|
|
urldate.format {datestring|dd-MM-yyyy}
|
|
index_showsplit.scrub {multi()|<div id="programs" class="today">|<div class="program|</div>|<div class="text-center margin-bottom">}
|
|
index_start.scrub {single (separator="-" include=first)|<p class="time">||<}
|
|
index_start.modify {replace|h|:}
|
|
index_title.scrub {single ()|<p class="title">|>|</}
|
|
index_title.modify {cleanup}
|
|
index_category.scrub {single|<p class="category">||</}
|
|
index_category.modify {cleanup}
|
|
index_episode.scrub {single|<p class="title-episode">||</}
|
|
index_description.scrub {single|<p class="synopsis">||</}
|
|
*
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index{url()|http://www.telestar.fr/programme-tv/grille/|urldate|/|subpage|}
|
|
*subpage.format {list|free|grandes-chaines-et-tnt|orange|bouygues|sfr|numericable|canal|cable-adsl-satellite|canal-et-canalsat|belgique|hors-bouquet}
|
|
*index_site_channel.scrub {multi|<div id="channels">|<a href="/programme-tv/grille-chaine/|"|<div id="programs" class="prime-time">}
|
|
*index_site_id.scrub {multi|<div id="channels">|<a href="/programme-tv/grille-chaine/|"|<div id="programs" class="prime-time">}
|
|
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
|
** @auto_xml_channel_end
|