summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2024-07-06 16:47:54 +0800
committerGitHub <[email protected]>2024-07-06 16:47:54 +0800
commit170a98607f0217a18edbee2ddc281c9175c8319f (patch)
treead73bf4db3f7036f00370a2b60da870911b22e27 /README.md
parent8b92ae20b5ca4fc72bc1ed7d240da115c8856473 (diff)
downloadchina-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.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/README.md b/README.md
index 85710c7..30a78ba 100644
--- a/README.md
+++ b/README.md
@@ -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.