29 lines
1.6 KiB
INI
Executable File
29 lines
1.6 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @MinSWversion:
|
|
* @Revision 0 - [09/02/2020] hugox
|
|
* - creation
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {timezone=UTC|maxdays=6|cultureinfo=lt-LT|charset=UTF-8|titlematchfactor=90|episodesystem=onscreen|allowlastpageoverflow}
|
|
urldate.format {datestring|yyyy-MM-dd}
|
|
url_index.headers {method=POST}
|
|
url_index.headers {contenttype=application/x-www-form-urlencoded}
|
|
url_index.headers {postdata=action=loadprogram&channel='channel'&date='urldate'&responsive=0}
|
|
url_index{url|https://www.home3.lt/wp-admin/admin-ajax.php}
|
|
index_showsplit.scrub {multi|div class="respprogramchanelel |table"|</div><|</div><|}
|
|
index_start.scrub {regex||start="(\d{10})" ||}
|
|
index_stop.scrub {regex||end="(\d{10})" ||}
|
|
index_showicon.scrub {single|<img class="raidopimg"|src="|"|</div>}
|
|
index_title.scrub {single|<div|class="respprogramchanelelh">|</div>|</div>|}
|
|
index_episode.scrub {single|<div|class="schotherinfo" >|<|/div>|}
|
|
index_description.scrub {single|<div|class="schdesc" >|</div>|</div>|}
|
|
|
|
** ##### CHANNEL FILE CREATION (only to create the home3.lt.channels.xml file)
|
|
** @auto_xml_channel_start
|
|
*url_index {url|https://www.home3.lt/tv-programa/}
|
|
*index_site_id.scrub {multi|<div class="programchannamesc" >| chan-|" >|<div class="programrightc" >}
|
|
*index_site_channel.scrub {multi|<div class="programchannamesc" >|chan-name" >|</div>|<div class="programrightc" >}
|
|
** @auto_xml_channel_end
|