48 lines
2.0 KiB
INI
Executable File
48 lines
2.0 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: movietele.it
|
|
* @MinSWversion: V1.1.1/53
|
|
* @Revision 2 - [11/06/2016] Blackbear199
|
|
* rewrite
|
|
* @Revision 1 - [12/02/2014] Steve Wildmore
|
|
* minor site changes
|
|
* @Revision 0 - [19/01/2014] Steve Wildmore
|
|
* creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=movietele.it|timezone=UTC+01:00|maxdays=7|cultureinfo=it-IT|charset=UTF-8|titlematchfactor=90|episodesystem=onscreen}
|
|
url_index{url|http://www.movietele.it/sitemap/ajax/guidatvday.php?canale=|channel|&giorno=|urldate|&ts=##datestring##190642}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
urldate.format {datestring|yyyy_MM_dd}
|
|
*
|
|
scope.range{(urlindex)|end}
|
|
index_temp_1.modify {calculate(format=date,yyyyMMdd)|'urldate}
|
|
url_index.modify {replace|##datestring##|'index_temp_1'}
|
|
end_scope
|
|
*
|
|
index_showsplit.scrub {multi|<tr>||</tr>|</tr>}
|
|
*
|
|
scope.range{(indexshowdetails)|end}
|
|
index_start.scrub {single|<td class='Voci'>||</td>|</td>}
|
|
index_title.scrub {single|<td>||<span|<span}
|
|
index_description.scrub {single|<span class='spanexp2 hddn'>||</span>|</span>}
|
|
index_description.modify {remove|\\n...}
|
|
index_description.modify {remove|\\n}
|
|
index_description.modify {remove|\}
|
|
end_scope
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index{url|http://www.movietele.it/guidatv}
|
|
*index_site_id.scrub {multi|<div id="accordion|data-canale="|"|<div class="contentMiddle">}
|
|
*index_site_channel.scrub {multi|<div id="accordion|alt="|"|<div class="contentMiddle">}
|
|
*scope.range {(channellist)|end}
|
|
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
|
*end_scope
|
|
** @auto_xml_channel_end
|