**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: gatotv.com
* @MinSWversion:
* @Revision 6 - [12/09/2019] WGT*review
* @Revision 5 - [17/09/2017] Blackbear199
* - start/stop time fix
* @Revision 4 - [25/07/2016] IvanRF
* - date replace fix
* @Revision 3 - [22/04/2016] 1NSdbZVbpZDX
* - episode fix, added show details
* @Revision 2 - [05/01/2016] Francis De Paemeleere
* - remove debug content
* @Revision 1 - [26/02/2015] Francis De Paemeleere
* - remove new lines from title, ...
* @Revision 0 - [17/02/2015] Francis De Paemeleere
* - creation
* @Remarks: currently index only (not much details on detail pages)
* @header_end
**------------------------------------------------------------------------------------------------
site {url=gatotv.com|timezone=America/Mexico_City|maxdays=7|cultureinfo=es-MX|charset=UTF-8|titlematchfactor=90|nopageoverlaps|allowlastdayoverflow|firstshow=1}
*
urldate.format {datestring|yyyy-MM-dd}
url_index{url|https://www.gatotv.com/canal/|channel|/|urldate|}
url_index.headers {customheader=Accept-Encoding=gzip,deflate} * to speedup the downloading of the index pages
*
index_showsplit.scrub {multi()|
}
scope.range {(splitindex)|end}
index_showsplit.modify {replace|tbl_EPG_TimesColumnOutOfSchedule|tbl_EPG_TimesColumn}
index_showsplit.modify {replace | \| }
index_showsplit.modify {cleanup(removeduplicates=equal )}
*index_showsplit.modify {(debug)}
end_scope
index_start.scrub {single(includeblock=1)||}
description.scrub {single|"summary">|"description">||}
actor.scrub {multi(max=8)|itemprop="actors"|itemprop="name">||}
productiondate.scrub {regex ||(\d{4})<\/span><\/a>||}
category.scrub {multi |Tipo:|nowrap" >||}
country.scrub {multi |Paises de Origen:|nowrap" >||}
producer.scrub {multi(max=2)|itemprop="producer"|nowrap" >||}
composer.scrub {multi(max=2)|Música:|nowrap" >||}
rating.scrub {single |Clasificación:|nowrap" >||}
writer.scrub {single(max=2)|Basado en:|nowrap" >||}
titleoriginal.scrub {single |Título en Idioma Original:|nowrap" >||}
end_scope
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
**
** @auto_xml_channel_start
*url_index{url|http://www.gatotv.com/guia_tv/completa}
*index_site_id.scrub {regex||class=\"\s*tbl_EPG_row[^>]*>(.*?)||}
*scope.range {(channellist)|end}
*index_site_channel.modify {addstart|'index_site_id'}
*index_site_id.modify {substring(type=regex)|]*.*?href=\"([^\"]*)\"[^>]*title=\"[^\"]*\"[^>]*>}
*index_site_id.modify {remove|https://www.gatotv.com/canal/}
*index_site_channel.modify {substring(type=regex)|]*.*?href=\"[^\"]*\"[^>]*title=\"([^\"]*)\"[^>]*>}
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
*end_scope
** @auto_xml_channel_end