mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
39 lines
1.7 KiB
INI
Executable file
39 lines
1.7 KiB
INI
Executable file
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: alsat-m.tv
|
|
* @MinSWversion:
|
|
* @Revision 1 - [14/01/2017] Netuddki
|
|
* - added category scrub
|
|
* @Revision 0 - [07/01/2017] Netuddki
|
|
* - creation
|
|
* @Remarks:
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=alsat-m.tv|timezone=Europe/Tirane|maxdays=7.1|cultureinfo=sq-AL|charset=UTF-8|titlematchfactor=90|nopageoverlaps}
|
|
site {ratingsystem=AL|episodesystem=onscreen|grabengine=|firstshow=0|firstday=0123456}
|
|
|
|
url_index{url|http://alsat-m.tv}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate} * to speedup the downloading of the index pages
|
|
urldate.format {datestring|yyyy-MM-dd}
|
|
index_showsplit.scrub {multi|<select class="tab-select">|<h4>|</h4>|<div class="emisioneSection">}
|
|
|
|
index_start.scrub {single|<a href|">|</a>|</h4>}
|
|
index_start.modify {remove(type=regex)|( .*)}
|
|
index_title.scrub {single(separator=" - " include=first)|<a href|">|</a>|</h4>}
|
|
index_title.modify {remove(type=regex)|\d}
|
|
index_title.modify {remove|:}
|
|
index_title.modify {remove|®}
|
|
|
|
index_category.scrub {single(separator=" - " exclude=first)|<a href|">|</a>|</h4>}
|
|
index_category.modify {remove|®}
|
|
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
*index_site_id.scrub {|}
|
|
*index_site_id.modify {set|alsat}
|
|
*index_site_channel.modify {set|Alsat}
|
|
** @auto_xml_channel_end
|