View Single Post
  #246  
Old 01-01-2012, 06:03 PM
orionrm orionrm is offline
Junior Member
 
Join Date: Jan 2012
Posts: 6
orionrm is on a distinguished road
Default

Re: weeb.tv: Help to download live TV streams


weeb.tv make some changes in font size on http://weeb.tv/channels now 4 correct working KSV script change line 330

Quote:
from
preg_match('/14px.*?<a href="(.*?)".*?>(.*?)<\/a>/is', $fieldSet, $channelVars);
to
preg_match('/12px.*?<a href="(.*?)".*?>(.*?)<\/a>/is', $fieldSet, $channelVars);
Reply With Quote