View Single Post
  #213  
Old 12-22-2011, 10:18 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


Quote:
Originally Posted by DakenLiDanka View Post
KSV, hbo, hbo2 and hbo comedy are hidden for non-premium users. Can you do sth about it? The adress weeb.tv/channel/hbo doesn't work.
in script @line 316 replace
Code:
      $ChannelList["TVP1"]          = "http://weeb.tv/channel/jedynka";
      $ChannelList["TVP2"]          = "http://weeb.tv/channel/dwojka";
      $ChannelList["TVP HD"]        = "http://weeb.tv/channel/tvpolskahd";
with
Code:
      $ChannelList["TVP1"]          = "http://weeb.tv/channel/jedynka";
      $ChannelList["TVP2"]          = "http://weeb.tv/channel/dwojka";
      $ChannelList["TVP HD"]        = "http://weeb.tv/channel/tvpolskahd";
      $ChannelList["HBO HD"]        = "http://weeb.tv/channel/hbo-HBO";
      $ChannelList["HBO 2 HD"]      = "http://weeb.tv/channel/hbo-HBO2";
      $ChannelList["HBO Comedy HD"] = "http://weeb.tv/channel/hbo-HBOCOMEDY";
Reply With Quote