43 lines
1.9 KiB
INI
Executable File
43 lines
1.9 KiB
INI
Executable File
**------------------------------------------------------------------------------------------------
|
|
* @header_start
|
|
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
|
|
* @Site: pokercentral.com
|
|
* @MinSWversion:
|
|
* @Revision 1 - [04/02/2016] Blackbear199
|
|
* - cleanup
|
|
* @Revision 0 - [03/02/2016] Blackbear199
|
|
* - creation
|
|
* @Remarks: your_remarks
|
|
* @header_end
|
|
**------------------------------------------------------------------------------------------------
|
|
|
|
site {url=pokercentral.com|timezone=America/New_York|maxdays=14|cultureinfo=en-US|charset=UTF-8|titlematchfactor=90}
|
|
site {ratingsystem=ES|episodesystem=onscreen}
|
|
url_index{url|https://pokercentral.com/schedule?date=|urldate}
|
|
url_index.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
urldate.format {datestring|yyyy-MM-dd}
|
|
*
|
|
index_showsplit.scrub {multi|<ul class="schedule-list">|<li class="schedule-list__item">|</li>|/main>}
|
|
*index_temp_1.scrub {single|href=|"|">| </a>}
|
|
*index_urlshow {url|https://pokercentral.com/shows/'index_temp_1'}
|
|
*index_urlshow.headers {customheader=Accept-Encoding=gzip,deflate}
|
|
*
|
|
index_start.scrub {single|<div class="schedule-list__time|">|</div>|<a href}
|
|
index_title.scrub {single|<h2 class="schedule-list__title"|>|</h2>|<div }
|
|
*
|
|
index_description.scrub {multi|<div class="schedule-list__text|">|</div>|<a class }
|
|
index_description.modify {remove|</a>}
|
|
index_description.modify {remove|Show Detail}
|
|
index_description.modify {remove|Watch Preview}
|
|
index_category.modify {addstart|Sports}
|
|
*
|
|
*title.scrub {single|<div class="module-header ">|<h2 class="module-header__title">|</h2>|</div>}
|
|
*
|
|
** _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
** ##### CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
|
|
**
|
|
** @auto_xml_channel_start
|
|
**index_site_channel.scrub {multi|}
|
|
**index_site_id.scrub {multi|}
|
|
** @auto_xml_channel_end
|