This commit is contained in:
freearhey
2021-03-09 22:46:37 +03:00
commit a597b11307
1377 changed files with 173563 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: nastroykino.ru
* @MinSWversion: 2.1.9
* @Revision 0 - [09/11/2019] WGT*Mat8861
* - creation
* @Remarks:
* @header_end
**------------------------------------------------------------------------------------------------
site {url=nastroykino.ru|timezone=Europe/Moscow|maxdays=14.1|cultureinfo=ru-RU|charset=UTF-8|titlematchfactor=90|nopageoverlaps|firstday=0123456}
*
urldate.format {datestring|yyyyMMdd}
url_index.headers {customheader=Accept-Encoding=gzip, deflate, br}
url_index{url|https://www.nastroykino.ru/teleprogram/|channel|/|subpage|}
subpage.format {list|current|next}
index_showsplit.scrub {multi()|<div data-day="tv_|<li class="nk|</li>|</ul>}
*
index_start.scrub {single|div class="time-header">||</div>}
index_title.scrub {single|<h3>||</h3>|}
index_title.modify {cleanup(tags="<"">")}
index_showicon.scrub {single|<img src="||"|"}
index_urlshow {url||href="||"}
index_urlshow.headers {customheader=Accept-Encoding=gzip, deflate, br}
*
title.scrub {single(separator=" \ " include=first)|<div class="head">|<h1>|</h1>|</div>}
title.modify {cleanup(tags="<"">")}
titleoriginal{single(separator=" \ " include=last)|<div class="head">|<h1>|</h1>|</div>}
description.scrub {multi|<div class ="text">|<p>|</p>|</div>}
director.scrub {single(separator=",")|<strong>Режиссер:</strong> ||</em>}
actor.scrub {single(separator=", ")|<strong>В ролях:</strong> ||</em>}
category.scrub {single(separator="," max=2)|<strong>Жанр:</strong>||</em>}
productiondate.scrub {single|<strong>Год:</strong>|| г.</em>}
country.scrub{single(separator="," max=2)|<strong>Страна:</strong> ||</em><em>}
**
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
**
**
** @auto_xml_channel_start
*url_index{url|https://www.nastroykino.ru/teleprogram/current/}
*url_index.headers {customheader=Accept-Encoding=gzip,deflate}
*index_site_channel.scrub {multi|<div class="channel-name">||</a>|</div>}
*index_site_channel.modify {cleanup(tags="<"">")}
*index_site_id.scrub {multi|<div class="channel-name">|<a href="https://www.nastroykino.ru/|/">|</a>}
*scope.range {(channellist)|end}
*index_site_id.modify {cleanup(removeduplicates=equal,100 link="index_site_channel")}
*end_scope
** @auto_xml_channel_end