Hi all and bluesky99
Just started to contact Webgrab +, there are many don't understand.
I use tv.cntv.cn.ini update EPG, but failed, the ini date is a long time ago.
EPG has a more comprehensive website in Chinese to you, hope to establish the ini file can use this web site.
http://web6.tvmao.com/program/
PS:
I found the ini file no Korean corresponding files.
This is South Korea epg site
http://www.skylife.co.kr/channel/epg/channelChart.do
Thank you very much
Thanks for quick answer
I'll find 1 index page way EPG website after tell you.
Such address connection after the show will be different, hope to useful.
http://tv.cntv.cn/epg/cctv2
Skylife ini I've tested, but this ini file cannot be run.
1.Modify the file name skylife.co_.kr_.ini -> skylife.co.kr.ini
2.remove this line can run,but Time out
scope.range {(indexshowdetails)|end}
Upgrade to run successfully after V1.57 with skylife.co.kr.ini
Should be able to release than on the home page
Thank you very much for your help.
EPG Chinese website and found some.
As if can conform to the requirements of the program, hope can.
http://www.tvsou.com/epg/
http://www.baitv.com/program/all.html
http://www.guatian.com/jmb/
best blessing for you
Very surprise!
Can be used in the web site tvsou.com.
I have successfully obtain the channel list and EPG data.
But need to modify a few bugs.
I tried to modify the code after improved
1. thits "class=hot" Channel don't need to, because he just show the most popular channels, can be repeated with other channel list.
subpage.format {list||weishi} or subpage.format {list|weishi|}
modify the code to...
subpage.format {list|weishi}
2.Many channels xmltv_id not channel name, but the name of the supplier.
index_site_channel.scrub {multi|<div class="channel-box channel-boxs cd-l-list">|title="|"|</div>}
modify the code to...
index_site_channel.scrub {multi|<div class="channel-box channel-boxs cd-l-list">|alt="|"|</div>}
3.Some parts of the channel list for dislocation
This is a list of dislocation channels list
<channel update="i" site="tvsou.com" site_id="nowkuanpin-guojiadilipindao?class=hongkong-810000" xmltv_id="NOW宽频">NOW宽频</channel>
<channel update="i" site="tvsou.com" site_id="daotongtiandi?class=hongkong-810000" xmltv_id="国家地理频道">国家地理频道</channel>
<channel update="i" site="tvsou.com" site_id="nowzhibotai?class=hongkong-810000" xmltv_id="道通天地">道通天地</channel>
This is the right channel list
<channel update="i" site="tvsou.com" site_id="nowkuanpin-guojiadilipindao?class=hongkong-810000" xmltv_id=国家地理频道">国家地理频道</channel>
<channel update="i" site="tvsou.com" site_id="daotongtiandi?class=hongkong-810000" xmltv_id="道通天地">道通天地</channel>
I guess Web source code , if no the "href=" key projects should be skipped.
4. Can obtain the EPG, but with only get all the EPG is the first channel of each class page. ( This bug is more serious)
I think should is site_id value has not passed right lead to the problems.
This question is too complicated, I can't find out why.
Please help to correct this BUG.
I set get is channel 2,3 EPG data . but get all the data is channel 1.
After I used your configuration, I found that part of the collection can be, part of the error is the wrong time format:
Unable to update channel dushipindao
Generic syntax exception:
message:
Current culture: en-GB
time parsing error : The string was not recognized as valid. DateTime。
nextstarttime time scrubbed :
computer date/time format: 20/10/2016 21:22:18
Existing guide data restored!
( 1/7 ) TVSOU.COM -- chan. (xmltv_id=hunanjingjidianshitai-dushipindao) -- mode Force
<channel update="i" site="tvsou.com" site_id="hunanjingjidianshitai-dushipindao?class=hunan-430000" xmltv_id="hunanjingjidianshitai-dushipindao">dushipindao</channel>
<channel update="i" site="tvsou.com" site_id="hnyl?class=hunan-430000" xmltv_id="hnyl">hnyl</channel>
<channel update="i" site="tvsou.com" site_id="hndsj?class=hunan-430000" xmltv_id="hndsj">hndsj</channel>
<channel update="i" site="tvsou.com" site_id="xxdy?class=hunan-430000" xmltv_id="xxdy">xxdy</channel>
Web address: http://www.tvsou.com/epg/hunanjingjidianshitai-dushipindao?class=hunan-4...
Thank you. I'll try.
Hi Blackbear199
now run perfect, all problems have been solved.
Thank you very much.