35 lines
1.4 KiB
INI
Executable File
35 lines
1.4 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: hum.tv
|
|
* @MinSWversion: V1.57
|
|
* @Revision 1 - [05/04/2017] Netuddki
|
|
* - Fixed scrubbing
|
|
* @Revision 0 - [04/10/2016] Blackbear199
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=hum.tv|timezone=Asia/Karachi|maxdays=7.1|cultureinfo=en-US|charset=UTF-8|titlematchfactor=90}
|
|
site {ratingsystem=US|episodesystem=onscreen|firstday=1234560}
|
|
url_index{url|http://www.hum.tv/myfiles/schedule/}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
urldate.format {daycounter|0}
|
|
*
|
|
*index_showsplit.scrub {multi|<div class="tab-pane
|
|
|<tr>|</tr>|</table>}
|
|
index_showsplit.scrub {regex||<tr>(.*?)</tr>||}
|
|
*
|
|
index_start.scrub {regex||<td class="style18">(\d+:\d+).*?\d+:\d+||}
|
|
index_stop.scrub {regex||<td class="style18">\d+:\d+.*?(\d+:\d+)||}
|
|
index_title.scrub {regex||<td class="style20">(.*?)</td>||}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*index_site_id.scrub {|}
|
|
*index_site_id.modify {set|humtv}
|
|
*index_site_channel.modify {set|Hum TV}
|
|
** @auto_xml_channel_end
|