View Single Post
  #220  
Old 12-25-2011, 11:49 AM
Darby_Crash Darby_Crash is offline
The_Hardcore_Scripter
 
Join Date: Dec 2011
Posts: 53
Darby_Crash is on a distinguished road
Exclamation

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


Quote:
Originally Posted by kartonik007 View Post
Hi there

Darby_Crash Your program work very well, but could You change that i have to press enter to the end of the channel list and finnaly then i can set program i want to watch, could You do something with it?

thanks in advance
In line 69 of the script:

Code:
type list.txt | sed "s#*##g" | sed "s# = # #g" | cut -d"$" -f1 | more
delete "| more":

Code:
type list.txt | sed "s#*##g" | sed "s# = # #g" | cut -d"$" -f1
else if you press space button, the list, scroll fast...
Reply With Quote