50 lines
2.0 KiB
INI
Executable File
50 lines
2.0 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: seevii.com
|
|
* @MinSWversion: V1.57
|
|
* @Revision 2 - [27/05/2017] Netuddki
|
|
* - Complete rewrite for new website
|
|
*
|
|
* @Revision 1 - [02/04/2017] Netuddki
|
|
* - Fixed scrubbing
|
|
* - Fixed Channel creation
|
|
* @Revision 0 - [06/11/2016] Blackbear199
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=seevii.com|timezone=UTC|maxdays=5|cultureinfo=ar-SA|charset=UTF-8|titlematchfactor=90}
|
|
site {ratingsystem=SA|episodesystem=onscreen}
|
|
*
|
|
url_index{url|http://www.seevii.com/stb/webservices/epg.php?idCat=59&timezone=UTC&date=|urldate|&channelId=|channel|}
|
|
*
|
|
urldate.format{datestring|d|lt-LT} *Very important to keep this format!
|
|
*
|
|
*
|
|
index_showsplit.scrub {regex||{"uid":(.*?)}||}
|
|
*
|
|
index_start.scrub {regex||start":"\d{4}-\d{2}-\d{2}\s(\d+:\d+)||}
|
|
index_stop.scrub {regex||stop":"\d{4}-\d{2}-\d{2}\s(\d+:\d+)||}
|
|
index_title.scrub {regex||title":"(.*?)"||}
|
|
index_title.modify {cleanup}
|
|
*
|
|
index_description.scrub {regex||description":"(.*?)"||}
|
|
index_description.modify {cleanup}
|
|
index_director.scrub {multi(separator="\u060c ")||directors":"||"|"}
|
|
index_director.modify {cleanup}
|
|
index_actor.scrub {multi(separator="\u060c ")|actors":"||"|"}
|
|
index_actor.modify {cleanup}
|
|
index_showicon.scrub {regex||poster":"(.*?)"||}
|
|
index_showicon.modify {addstart|http://stream.minisat.net/epg.data/upload/pictures/}
|
|
*
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index {url|http://www.seevii.com/stb/webservices/check_right_all.php?type=tv_live&idc=11112861}
|
|
*index_site_id.scrub {regex||id":"(.*?)"||}
|
|
*index_site_channel.scrub {regex||title":"(.*?)"||}
|
|
** @auto_xml_channel_end
|