diff options
| author | Li Zhineng <[email protected]> | 2024-07-06 16:47:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-06 16:47:54 +0800 |
| commit | 170a98607f0217a18edbee2ddc281c9175c8319f (patch) | |
| tree | ad73bf4db3f7036f00370a2b60da870911b22e27 /README.md | |
| parent | 8b92ae20b5ca4fc72bc1ed7d240da115c8856473 (diff) | |
| download | china-unicom-iptv-gd-170a98607f0217a18edbee2ddc281c9175c8319f.tar.gz china-unicom-iptv-gd-170a98607f0217a18edbee2ddc281c9175c8319f.zip | |
Add usage information (#4)
* add usages
* add usage information
* correct text: from the page
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -14,10 +14,19 @@ Please note that you will need to set up the udpxy service on your router to handle the multicast packets. After you have created the playlist file, you can deploy it on your local server or simply import the playlist into your player. -## Roadmap +## Usage -- [x] Authenticate with IPTV server -- [x] Build playlist file .M3U8 -- [x] Resolve TV channel logos -- [x] Build EPG file -- [x] Find the password for the authinfo payload +```bash +Usage: iptv.sh [COMMAND] [OPTIONS] + +Commands: + make:playlist Make a playlist file + make:epg Make an EPG file + decrypt:authinfo Find a possible IPTV key + +Run 'iptv.sh COMMAND -h' for help on a specific command. +``` + +⚡️ Download the decryptor writtern in Rust for maximum performance to find +a possible key for the `authinfo` from the [release](https://github.com/lizhineng/china-unicom-iptv-foshan/releases) +page. |
