52 lines
2.5 KiB
INI
Executable File
52 lines
2.5 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
||
* @header_start
|
||
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
||
* @Site: gononda.com
|
||
* @MinSWversion: 1.1.1/54
|
||
* @Revision 0 - [04/05/2016] Blackbear199
|
||
* - creation
|
||
* @Remarks:
|
||
* @header_end
|
||
**------------------------------------------------------------------------------------------------
|
||
site {url=gononda.com|timezone=UTC+01:00|maxdays=14.1|cultureinfo=en-US|charset=UTF-8|titlematchfactor=90}
|
||
site {ratingsystem=US|episodesystem=onscreen}
|
||
url_index{url|http://www.gononda.com/guide/guide.php?sort=1&channel=|channel|&period=14}
|
||
urldate.format {daycounter|0} *not used
|
||
*
|
||
index_showsplit.scrub {multi|<tbody>|<tr|</tr>|</tbody>}
|
||
*
|
||
scope.range{(indexshowdetails)|end}
|
||
*index_date.scrub {single(separator=" - " include=first)|<td class="tc3"|>|</td>|<td}
|
||
index_start.scrub {single(separator=" - " exclude=first)|<td class="tc3"|>|</td>|<td}
|
||
index_duration.scrub {single|<br />Duration: ||</td>|</td>}
|
||
index_title.scrub {single|<td class="tcr"|<strong>|</strong>|<br />}
|
||
index_description.scrub {single|<td class="tc1"|>|</td>|}
|
||
index_category.scrub {single|<img src="||"|"}
|
||
index_category.modify {set(~ "cine")|Movie}
|
||
index_rating.scrub {single|<br />Rating: ||<br />|<br />}
|
||
index_rating.modify {replace|/|-}
|
||
*
|
||
index_temp_3.modify {substring(type=regex)|'index_description' "(\'.+?\'\.)"} *season/episode
|
||
index_description.modify {remove|'index_temp_3'}
|
||
index_temp_3.modify {remove(type=regex)|"\(.+?\)"}
|
||
index_temp_4.modify {substring(type=regex)|'index_temp_3' " - (.+?)\'\."}
|
||
index_temp_3.modify {remove(type=regex)| - 'index_temp_4'}
|
||
index_temp_3.modify {remove(type=regex)|\.}
|
||
index_temp_3.modify {remove(type=regex)|\'}
|
||
index_temp_3.modify {remove|/}
|
||
index_temp_4.modify {clear(~ "/")}
|
||
index_subtitle.modify {addstart|'index_temp_4'}
|
||
index_episode.modify {addstart|'index_temp_3'}
|
||
end_scope
|
||
*
|
||
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
||
**
|
||
** @auto_xml_channel_start
|
||
*url_index {url|http://www.gononda.com/guide/guide.php}
|
||
*index_site_id.scrub {multi|<select name="channel">|value="|"|</select>}
|
||
*index_site_channel.scrub {multi|<select name="channel">|">|</option>|</select>}
|
||
*index_site_channel.modify {remove(type=regex)|^.+?\. }
|
||
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
||
** @auto_xml_channel_end
|