Init
This commit is contained in:
53
siteini.pack/International/mbc.net.en.ini
Executable file
53
siteini.pack/International/mbc.net.en.ini
Executable file
@@ -0,0 +1,53 @@
|
||||
**------------------------------------------------------------------------------------------------
|
||||
* @header_start
|
||||
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
||||
* @Site: mbc.net.en
|
||||
* @MinSWversion: 1.1.1/54
|
||||
* @Revision 4 - [03/09/2016] Blackbear199
|
||||
* - time fix
|
||||
* @Revision 3 - [28/07/2016] Blackbear199
|
||||
* - changed to add more available channels
|
||||
* @Revision 2 - [06/10/2015] Francis De Paemeleere
|
||||
* - fix showsplit for current running show
|
||||
* @Revision 1 - [05/10/2015] Francis De Paemeleere
|
||||
* - adjust start scrubbing part
|
||||
* @Revision 0 - [24/08/2014] Jan van Straaten, Hicks- creation
|
||||
* @Remarks:
|
||||
* @header_end
|
||||
**------------------------------------------------------------------------------------------------
|
||||
site {url=mbc.net.en|timezone=GMT|maxdays=6.1|cultureinfo=en-US|charset=utf-8|titlematchfactor=90}
|
||||
*
|
||||
url_index{url|http://www.mbc.net/en/mbc2.channel-|channel|.programtype-all.html}
|
||||
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
||||
*
|
||||
index_showsplit.scrub {multi|<div class="archttl||</p>|</p>}
|
||||
*
|
||||
scope.range{(indexshowdetails)|end}
|
||||
index_start.scrub {regex||<li>\s*(\d{2}\:\d{2})\s*GMT\s*</li>||}
|
||||
index_start.scrub {regex||<li>\s*(\d{2}\:\d{2})\s*EGYPT\s*</li>||}
|
||||
index_temp_2.scrub {regex||<li>\s*\d{2}\:\d{2}\s*(EGYPT)\s*</li>||}
|
||||
index_start.modify {calculate('index_temp_2' "EGYPT" format=time,HH:mm)|02:00 -}
|
||||
index_description.scrub {single|<p>||</p>|}
|
||||
index_description.modify{cleanup}
|
||||
*
|
||||
index_title.scrub {single|<h3>||</h3>|</h3>}
|
||||
index_temp_1.scrub {regex||<img src=[^>]*\/\d+-\d+-\d{4}\/(.*?)\/original||}
|
||||
index_title.modify{cleanup(tags="<"">")}
|
||||
index_title.modify {addstart("")|'index_temp_1'}
|
||||
index_title.modify {remove(type=regex)|.*?(_\d+x\d+)$}
|
||||
index_title.modify {replace|_| }
|
||||
index_title.modify {cleanup(style=name)}
|
||||
*
|
||||
index_showicon.scrub{url|http://www.mbc.net|<img src="||"|alt=}
|
||||
end_scope
|
||||
*
|
||||
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||
** ##### CHANNEL FILE CREATION (only to create the filmon.channel.xml file)
|
||||
**
|
||||
** @auto_xml_channel_start
|
||||
*url_index{url|http://www.mbc.net/en/mbc2.channel-mbc-masr.programtype-all.html}
|
||||
*index_site_id.scrub {|}
|
||||
*index_temp_9.scrub {multi|<select id="opt4"|<option|option>|</select>}
|
||||
*index_site_id.modify {substring(type=regex)|'index_temp_9' "value=\"(.*?)\""}
|
||||
*index_site_channel.modify {substring(type=regex)|'index_temp_9' "\">(.*?)<\/"}
|
||||
** @auto_xml_channel_end
|
||||
Reference in New Issue
Block a user