30 lines
1.4 KiB
INI
Executable File
30 lines
1.4 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: tv.vera.com.uy
|
|
* @MinSWversion:
|
|
* @Revision 0 - [15/10/2015] charrua72Uru
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=http://tv.vera.com.uy|timezone=America/Montevideo|maxdays=5.1|cultureinfo=es-UY|charset=UTF-8|titlematchfactor=90}
|
|
*site {firstday=01234}
|
|
url_index{url(debug)|http://tv.vera.com.uy/canal/|channel|}
|
|
*url_index.headers {method=GET}
|
|
*url_index.headers {contenttype=text/html;charset="UTF-8"}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate} * to speedup the downloading of the index pages
|
|
index_showsplit.scrub {multi()|<table>|<tr>|</tr>|<table>}
|
|
*
|
|
index_start.scrub {single()|<td><b>||</b></td>|}
|
|
index_title.scrub {single()|</b></td>|<td>|</td>|</tr>}
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index {url(debug)|http://tv.vera.com.uy/canales/epg}
|
|
*index_site_channel.scrub {multi|<div class="channel-item">|title="|"|</div>}
|
|
*index_site_id.scrub {multi|<div class="channel-item">|<a name="|"|</div>}
|
|
** @auto_xml_channel_end |