View Single Post
  #174  
Old 12-16-2011, 08:09 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


They have pushed the update to premium servers also. so it requires a little change in the script. now script also contains settings file "WeebTV.xml" which has the following settings so you no longer have to directly edit the script file.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<settings>
	<quality>HI</quality>
	<username></username>
	<password></password>
</settings>
premium users can fill their username password in this file. delete HI in quality setting to switch to lower quality streams in case of MultiBitrate streams. script output will also tell you if premium account is active or not. if you get the error message NetStream.Play.Failed it means limits are active for free users. premium users should not have any such problem. test and provide feedback (especially premium users).

Code:
http://www.mediafire.com/file/3emu0ja5ja561am/KSV%20-%20WeebTV.zip
Reply With Quote