-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from awiouy/56.29pre-20160914
siteini.pack 20160914
- Loading branch information
Showing
3 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...i.pack/SiteIni.Pack_2016.08.07_200303.txt → ...i.pack/SiteIni.Pack_2016.09.14_120630.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
;version file (keep in place) | ||
[version] | ||
number="2016.08.07_200303" | ||
number="2016.09.14_120630" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site generator-info-name="WebGrab+Plus/w MDB & REX Postprocess -- version V1.57 -- Jan van Straaten" site="sportsnetla.com"> | ||
<channels> | ||
<channel update="i" site="sportsnetla.com" site_id="sportsnet_la" xmltv_id="SPORTSNET LA">SPORTSNET LA</channel> | ||
</channels> | ||
</site> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
**------------------------------------------------------------------------------------------------ | ||
* @header_start | ||
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites | ||
* @Site: sportsnetla.com | ||
* @MinSWversion: 1.1.1/56.28 | ||
* @Revision 0 - [17/08/2016] bluezed | ||
* - creation | ||
* @Remarks: | ||
* @header_end | ||
**------------------------------------------------------------------------------------------------ | ||
site {url=sportsnetla.com|timezone=US/Pacific|maxdays=28|cultureinfo=en-US|charset=UTF-8|titlematchfactor=90} | ||
site {ratingsystem=US|episodesystem=onscreen} | ||
url_index{url|http://www.sportsnetla.com/services/tv-schedule.snla._|urldate|} | ||
url_index.headers {customheader=Accept-Encoding=gzip,deflate} | ||
urldate.format {datestring|yyyy_MM_dd} | ||
* | ||
index_showsplit.scrub {multi|{|||}} | ||
* | ||
index_start.scrub {single|"scheduleTime":"||"|"} | ||
index_title.scrub {single|"title":"||"|"} | ||
index_description.scrub {regex||"synopsis":"(.*?)",||} | ||
index_description.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|sportsnet_la} | ||
*index_site_channel.modify {set|SPORTSNET LA} | ||
** @auto_xml_channel_end |