summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2024-07-07 10:36:16 +0800
committerLi Zhineng <[email protected]>2024-07-07 10:36:16 +0800
commit186ab798215d24cc669ab4ef5dce338478682661 (patch)
tree6fd49293c70a7f3507b8417a2a75adbc466445f3 /README.md
parent96ed269e93d748f81654021091283337aed92bd9 (diff)
parent170a98607f0217a18edbee2ddc281c9175c8319f (diff)
downloadchina-unicom-iptv-gd-186ab798215d24cc669ab4ef5dce338478682661.tar.gz
china-unicom-iptv-gd-186ab798215d24cc669ab4ef5dce338478682661.zip
Merge branch 'main' of github.com:lizhineng/china-unicom-iptv-foshan
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.