mirror of
https://github.com/shahin8r/iptv.git
synced 2025-05-21 09:30:16 -07:00
Update README.md
This commit is contained in:
parent
4288e0ebe5
commit
0db4e47d82
20
README.md
20
README.md
@ -1,8 +1,26 @@
|
|||||||
# iptv
|
# iptv
|
||||||
`iptv` is a CLI IPTV player for M3U playlists with fuzzy finding, right in your terminal.
|
`iptv` is a CLI IPTV player for M3U playlists with fuzzy finding, right in your terminal.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
The playlist will be updated once a day whenever you run `iptv`.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
- [curl](https://github.com/curl/curl)
|
||||||
|
- [fzf](https://github.com/junegunn/fzf)
|
||||||
|
- [mpv](https://github.com/mpv-player/mpv)
|
||||||
|
|
||||||
|
All dependencies can be installed with your package manager.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
```
|
||||||
|
sudo wget https://raw.githubusercontent.com/shahin8r/iptv/master/iptv -qO /usr/local/bin/iptv && sudo chmod +x /usr/local/bin/iptv
|
||||||
|
```
|
||||||
|
|
||||||
|
Run `iptv` with your playlist URL to load all the channels.
|
||||||
|
```
|
||||||
|
iptv https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Run `iptv`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user