Re: weeb.tv: Help to download live TV streams
Quote:
Originally Posted by karlo2105
(Post 41948)
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
(Post 41948)
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.
|