watch television (iptv) and listen to radio over the internet
- Access granted to more than 7000 tv channels from over the world
- It is legal and free
- possibility to customize favorites
- rated r content did not was removed! be aware!
- support for several players out of the box
- a player able to play m3u8 files
- gawk
- curl
- jq
- fzf
xdotool - swallow terminal window
diff - check updates
patch - update script
grep - download playlist
options for television:
-r for radio
-d for download the m3u file
-e for channels focused on spanish language
-f to choose from favorites
-E to edit the favorites file
-u for update this script
-v for print version
[noflag] for tv global search
git clone https://github.com/khonsaloh/television
cd television
sudo cp television /usr/local/bin/television
sudo chmod +x /usr/local/bin/television
Install termux (Guide), and a video player capable of streaming urls (mpv and vlc from play store or fdroid work fine, but there are several out there)
pkg install jq fzf curl gawk -y
curl https://raw.githubusercontent.com/khonsaloh/television/master/television -O
chmod +x television
I recommend termux widget for convenience and speed
- Download and install dependencies
- Download and install git bash
- Open git bash by right-clicking and choosing "Run as administrator"
- Run the following commands
git clone https://github.com/khonsaloh/television.git
cd television
mkdir -p "$(USERPROFILE)/.cache"
cp television $WINDIR/system32/television
Just remove it from path
contributors are welcome, just make a pr to the dev branch if there is a radio station or tv channel you'd like to add send a petition to TDTChannels or iptv
playlistmanager: the playlist_manager branch
The content of this repository is licensed under the MIT Licence. Basically, that gives you the right to use, copy, modify, etc. the content how you see fit. You can read the full licence terms here (https://opensource.org/licenses/MIT).