44 lines
1.9 KiB
INI
Executable File
44 lines
1.9 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: vtvcab.vn
|
|
* @MinSWversion: V1.1.1/52
|
|
* @Revision 1 - [04/06/2016] Blackbear199
|
|
* - change from POST_BACK to POST
|
|
* @Revision 0 - [02/11/2013] Francis De Paemeleere
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=vtvcab.vn|timezone=UTC+07:00|maxdays=7|cultureinfo=vi-VN|charset=UTF-8|titlematchfactor=90|episodesystem=onscreen}
|
|
url_index{url()|http://www.vtvcab.vn/lich-phat-song}
|
|
urldate.format {datestring|"day="dd"&month="MM"&year="yyyy}
|
|
|
|
url_index.headers {method=POST}
|
|
url_index.headers {contenttype=application/x-www-form-urlencoded}
|
|
url_index.headers {postdata='urldate'&channel='channel'&SeachByDay=}
|
|
|
|
index_showsplit.scrub {multi(exclude=first)|<div class="table-schedules">|<tr>|</tr>|</li>}
|
|
index_start.scrub {single(includeblock=1)|<td|>|</td>|</td>}
|
|
|
|
index_title.scrub {single(includeblock=2)|<td|>|</td>|</td>}
|
|
|
|
index_description.scrub {single(includeblock=3)|<td|>|</td>|</td>}
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
*
|
|
* disable url_index.headers {postdata= line above
|
|
*
|
|
** @auto_xml_channel_start
|
|
*url_index{url()|http://www.vtvcab.vn/lich-phat-song}
|
|
*url_index.headers {postdata='urldate'&channel=224&SeachByDay=}
|
|
*index_site_id.scrub {multi|name="channel">|value="|"|</select>}
|
|
*index_site_channel.scrub {multi|name="channel">|">|</option>|</select>}
|
|
*scope.range {(channellist)|end}
|
|
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
|
*end_scope
|
|
** @auto_xml_channel_end
|