View Single Post
  #325  
Old 03-13-2012, 09:28 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 karlo2105 View Post
Your old script keeps me saying "Server is busy please try after some time" even if channels is working on website.
well script is updated to fix this issue due to recent weeb.tv website updates.

Quote:
Originally Posted by karlo2105 View Post
I downloaded your latest WeebTV.php script but when I launch channels, nothing happens. This is command :

Code:
call %php% WeebTV.php "http://weeb.tv/online/gol"
it supports command line switches as i have mentioned clearly in my post. so use the --url switch. proper command line for your batch file may look like:
Code:
call %php% WeebTV.php --url "http://weeb.tv/online/gol"
or
Code:
call %php% WeebTV.php --url gol
you can also use the script directly with it's own CLI interface.
Reply With Quote