This commit is contained in:
freearhey
2021-03-09 22:46:37 +03:00
commit a597b11307
1377 changed files with 173563 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: mytv.com.vn
* @MinSWversion: 1.1.1/54
* @Revision 2 - [10/05/2016] Blackbear199
* - fix showsplit
* @Revision 1 - [09/09/2013] Francis De Paemeleere
* - add some episode info
* @Revision 0 - [05/09/2013] Francis De Paemeleere
* - creation
* @Remarks:
* @header_end
**------------------------------------------------------------------------------------------------
site {url=mytv.com.vn|timezone=UTC+07:00|maxdays=14|cultureinfo=vi-VN|charset=UTF-8|titlematchfactor=90}
site {ratingsystem=VN|episodesystem=onscreen}
url_index{url|http://www.mytv.com.vn/module/ajax/ajax_get_schedule.php?channelId=|channel|&dateSchedule=|urldate|}
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
urldate.format {datestring|dd"%2F"MM"%2F"yyyy}
*
index_showsplit.scrub {multi||||}
index_showsplit.modify {cleanup(style=jsondecode)}
index_showsplit.modify {substring(type=regex)|"<p>.+?</p>"}
*
index_start.scrub {single|<strong>||</strong>|</strong>}
index_title.scrub {single|</strong>||</p>|</p>}
*
index_temp_2.modify {substring(type=regex)|'index_title' "-[  ]*Tập[  ]*([0-9]*)"} * warning! : the value between [] are not just 2 spaces!
index_title.modify {remove('index_temp_2' not="" type=regex)|(-[  ]*Tập[  ]*[0-9]*)} * remove any episode info found from the title
* temp_1 = season
* temp_2 = episode
index_temp_1.modify {calculate(not="" format=F0)|1 -}
index_temp_2.modify {calculate(not="" format=F0)|1 -}
index_episode.modify {clear}
index_episode.modify {addend('index_temp_1' not="")|'index_temp_1'}
index_episode.modify {addend()|.}
index_episode.modify {addend('index_temp_2' not="")|'index_temp_2'}
index_episode.modify {addend()|.}
index_episode.modify {clear(="..")}
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
**
** @auto_xml_channel_start
*url_index{url|http://www.mytv.com.vn/lich-phat-song}
*url_index{url|http://www.mytv.com.vn/module/ajax/ajax_get_channel.php}
*index_site_id.scrub {multi| <select id="channelId" style="width:90px; height:20px;">|value="|"|</select>}
*index_site_channel.scrub {multi| <select id="channelId" style="width:90px; height:20px;">|" >|</option>|</select>}
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
** @auto_xml_channel_end