34 lines
1.5 KiB
INI
Executable File
34 lines
1.5 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: pop.it
|
|
* @MinSWversion: V2
|
|
* @Revision 0 - [16/03/2019] doglover
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
site {url=pop.it|timezone=Europe/Rome|maxdays=7|cultureinfo=it-IT|charset=UTF-8|titlematchfactor=90|allowlastdayoverflow}
|
|
*
|
|
url_index{url|https://www.popfun.it/schedule/ajax/popfun/data/listings/true/|urldate|}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
urldate.format {datestring|yyyy/MM/dd}
|
|
*
|
|
index_showsplit.scrub {multi ()|<div class=date-time>|||}
|
|
index_start.scrub {single|<time class=date>||</time>}
|
|
index_title.scrub {single|<h2 class=title>||</h2}
|
|
index_title.modify {cleanup(tags="<"">")}
|
|
index_subtitle.scrub {single|<h2 class=title>|<div class=meta>|</}
|
|
index_description.scrub {single|<div class=synopsis>||</}
|
|
index_category.scrub {single|<div class=genre>||</}
|
|
index_subtitle.modify {addstart ('index_category' not "" separator=", ") |['index_category'] }
|
|
index_category.modify {clear}
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*index_site_id.scrub {|}
|
|
*index_site_id.modify {set|dummy}
|
|
*index_site_channel.modify {set|POP.it}
|
|
** @auto_xml_channel_end
|