38 lines
1.7 KiB
INI
Executable File
38 lines
1.7 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: tele.rtl.lu
|
|
* @MinSWversion: V2.1.9
|
|
* @Revision 3 - [05/01/2020] Wgteam
|
|
* @Revision 2 - [26/03/2019] doglover
|
|
* @Revision 1 - [21/04/2016] Blackbear199
|
|
* - rewrite
|
|
* @Revision 0 - [07/03/2013] Willy De Wilde
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=tele.rtl.lu|timezone=Europe/Luxembourg|maxdays=7|cultureinfo=de-LU|charset=UTF-8|titlematchfactor=50|allowlastdayoverflow}
|
|
url_index{url|https://www.rtl.lu/api/grille/tele/|channel|/|urldate|}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
urldate.format {datestring|yyyy-MM-dd}
|
|
index_showsplit.scrub {multi|{"items":[|{"id"||}
|
|
index_showsplit.modify {cleanup(style=unidecode)}
|
|
index_showsplit.modify {cleanup(style=jsondecode)}
|
|
index_showsplit.modify{replace|\\r\\n| }
|
|
*
|
|
index_start.scrub {single|"time":"||",|",}
|
|
index_title.scrub {single|"name":"||",|",}
|
|
index_description.scrub {single|"description":"||",|",}
|
|
index_showicon.scrub {single|"image_url":"||",|",}
|
|
index_urlchannellogo.modify {addstart|https://rtl-sites-assets.rtl.lu/images/favicon-rtl/favicon-152.png}
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*index_site_id.scrub {|}
|
|
*index_site_id.modify {set|1\|2}
|
|
*index_site_channel.modify {set|RTL\|RTL 2}
|
|
** @auto_xml_channel_end
|