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: myvideo.ge
|
|
* @MinSWversion: 1.1.1/54
|
|
* @Revision 1 - [04/06/2017] Netuddki
|
|
* - Fixed stop time causing crash
|
|
* @Revision 0 - [10/05/2016] Blackbear199
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=myvideo.ge|timezone=UTC|maxdays=5|cultureinfo=ka-GE|charset=UTF-8|titlematchfactor=90}
|
|
site {ratingsystem=GE|episodesystem=onscreen}
|
|
url_index{url|http://www.myvideo.ge/CIA=1&ci_d=mobile&ci_c=livetv&web=true&ci_m=tvprog&chan=|channel|}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
url_index.headers {accept=application/json, text/javascript, */*; q=0.01}
|
|
urldate.format {daycounter|0}
|
|
*
|
|
index_showsplit.scrub {regex||key_num":(.*?)}||}
|
|
index_showsplit.modify {cleanup(style=jsondecode)}
|
|
*
|
|
index_start.scrub {regex||"prog_start_ts":(.*?),"||}
|
|
index_stop.scrub {regex||"prog_end_ts":([1-9]+),"||}
|
|
index_title.scrub {regex||"prog_name":"(.*?)","||}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*url_index {url|http://www.myvideo.ge/c/livetv/}
|
|
*index_site_id.scrub {multi|<div class="livetv_grid_item">|<a href="tv/|"|</div>}
|
|
*index_site_channel.scrub {multi|<div class="livetv_grid_item">|title="|"|</div>}
|
|
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
|
|
** @auto_xml_channel_end
|