mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 17:10:07 -04:00
wip
This commit is contained in:
parent
d150aac408
commit
d0acdd8de7
2 changed files with 0 additions and 5759 deletions
5689
config/en/guide.html
5689
config/en/guide.html
File diff suppressed because it is too large
Load diff
|
@ -1,70 +0,0 @@
|
||||||
**------------------------------------------------------------------------------------------------
|
|
||||||
* @header_start
|
|
||||||
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
||||||
* @Site: tvguide.co.uk
|
|
||||||
* @MinSWversion: V1.1.1/53
|
|
||||||
* none
|
|
||||||
* @Revision 2 - [06/03/2017] Netuddki
|
|
||||||
* added showicon
|
|
||||||
* @Revision 1 - [17/07/2016] Blackberar199
|
|
||||||
* showsplit change,start fix
|
|
||||||
* @Revision 0 - [19/05/2016] Willy De Wilde
|
|
||||||
* mobile version
|
|
||||||
* @Remarks:
|
|
||||||
* none
|
|
||||||
* @header_end
|
|
||||||
**------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
site {url=tvguide.co.uk|timezone=Europe/London|maxdays=6.1|cultureinfo=en-GB|charset=UTF-8|titlematchfactor=50|allowlastpageoverflow}
|
|
||||||
url_index{url|http://www.tvguide.co.uk/mobile/channellisting.asp?ch=|channel|}
|
|
||||||
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
||||||
urldate.format {datestring|M/d/yyyy}
|
|
||||||
*
|
|
||||||
index_showsplit.scrub {multi(exclude="ADTECH")|<div id="channel-listings">|<tr>|</tr>|<!-- Begin comScore Tag -->}
|
|
||||||
index_start.scrub {single|<td class="time|">|</td>|</td>}
|
|
||||||
index_start.modify {replace|am| am}
|
|
||||||
index_start.modify {replace|pm| pm}
|
|
||||||
index_title.scrub {single|<div class="title"|">|</div>|</div>}
|
|
||||||
index_title.modify {cleanup(tags="<"">")}
|
|
||||||
index_title.modify {cleanup}
|
|
||||||
index_description.scrub {multi |<div class="detail">||</div>}
|
|
||||||
index_episode.scrub {single (separator="<br>" include="Season ""Episode ")|<div class="detail">||</div>}
|
|
||||||
index_description.modify {remove|'index_episode'}
|
|
||||||
index_description.modify {replace|<div class="other">|**BR**}
|
|
||||||
index_description.modify {replace|<br><br><br>|**BR**}
|
|
||||||
index_description.modify {replace|<br><br>|**BR**}
|
|
||||||
index_description.modify {replace|<br>|**BR**}
|
|
||||||
index_description.modify {cleanup(tags="<"">")}
|
|
||||||
index_description.modify {replace|**BR**|\n}
|
|
||||||
index_description.modify {remove|**BR*}
|
|
||||||
index_description.modify {remove(type=regex)|\(.+?\)}
|
|
||||||
index_description.modify {cleanup}
|
|
||||||
*
|
|
||||||
index_urlshow {url ()|| href="||"}
|
|
||||||
title.scrub {single ()|<h1 class="showname"|>|</h1>}
|
|
||||||
title.modify {cleanup(tags="<"">")}
|
|
||||||
title.modify {cleanup}
|
|
||||||
showicon.scrub {single|<div id="headerImage|:url(|);|</div>}
|
|
||||||
director.scrub {multi((exclude="IMDB"))|Director:|<span class="actor">|</span>}
|
|
||||||
director.modify {cleanup(tags="<"">")}
|
|
||||||
*producer.scrub {single(exclude="IMDB")|<span class="role">Series Producer|<span class="actor">|</span>|</a><br>}
|
|
||||||
*producer.scrub {single(exclude="IMDB")|<span class="role">Executive Producer|<span class="actor">|</span>|</a><br>}
|
|
||||||
writer.scrub {single(separator=", ")|Writer:|<span class="actor">|</span>}
|
|
||||||
writer.modify {cleanup(tags="<"">")}
|
|
||||||
actor.scrub {multi(exclude="IMDB")|Cast</span><br>|itemprop="name">|</span>|<span class="tvchannel">}
|
|
||||||
category.scrub {multi(separator="/")|<span class="tvchannel">Category: </span>|<span class="programmetext">|</span>|<br>}
|
|
||||||
productiondate.scrub {single()|<h1|(|)|</h1>} * in title
|
|
||||||
*title.modify {remove|('productiondate')}
|
|
||||||
*title.modify {cleanup}
|
|
||||||
*
|
|
||||||
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
||||||
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
||||||
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
||||||
**
|
|
||||||
** @auto_xml_channel_start
|
|
||||||
* enable the following three lines to create a channel list file for only the selected files
|
|
||||||
* channels from the desktop version
|
|
||||||
*url_index{url|http://my.tvguide.co.uk/channellisting.asp?ch=74}
|
|
||||||
*index_site_channel.scrub {multi|<option value=|>|</option>|</table>}
|
|
||||||
*index_site_id.scrub {multi|<option value=||>|</table>}
|
|
||||||
** @auto_xml_channel_end
|
|
Loading…
Add table
Add a link
Reference in a new issue