36 lines
1.7 KiB
INI
Executable File
36 lines
1.7 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
||
* @header_start
|
||
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
||
* @Site: tvbox.qmap.tw
|
||
* @MinSWversion: V1.57
|
||
* @Revision 0 - [20/09/2016] Blackbear199
|
||
* - creation
|
||
* @Remarks:
|
||
* @header_end
|
||
**------------------------------------------------------------------------------------------------
|
||
site {url=tvbox.qmap.tw|timezone=Asia/Taipei|maxdays=4|cultureinfo=zh-TW|charset=UTF-8|titlematchfactor=90}
|
||
site {ratingsystem=TW|episodesystem=onscreen}
|
||
url_index{url|http://tvbox.qmap.tw/|channel|.htm?n=|urldate|}
|
||
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
||
urldate.format {daycounter|0}
|
||
*
|
||
index_showsplit.scrub {multi|<table class="table">|<tr>|</tr>|</table>}
|
||
*
|
||
index_start.scrub {single|align="right">||</td>|</td>}
|
||
index_start.modify {replace|24:|00:}
|
||
index_title.scrub {single|valign="top">||</td>|</td>}
|
||
index_title.modify {cleanup(tags="<span""</span>")}
|
||
*
|
||
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
||
**
|
||
** @auto_xml_channel_start
|
||
*url_index {url|http://tvbox.qmap.tw/animax.htm}
|
||
*index_site_id.scrub {|}
|
||
*index_temp_9.scrub {multi|<div class="btn-group TvChannel"|<li|</li>|</div>}
|
||
*index_site_id.modify {substring(type=regex)|'index_temp_9' "href=\"\/(.*?).htm\">"}
|
||
*index_site_channel.modify {substring(type=regex)|'index_temp_9' "<\/span>(.*?)<\/a>"}
|
||
*index_site_channel.modify {cleanup}
|
||
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
||
** @auto_xml_channel_end
|