From 85cfe1d97f8e1fcd5a1eb5b19680b3d2eee6bb78 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Jacquier Date: Thu, 29 Aug 2019 12:59:00 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c2d289..df7737e 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,16 @@ What xtream proxy do: ``` user: test password: passwordtest - base-url: http:/poxyexample.com:8080 + base-url: http://poxyexample.com:8080 ``` All xtream live, streams, vod, series... are poxyfied! + + + You can get the m3u file with the xtream api request: + ``` + http://poxyexample.com:8080/get.php?username=test&password=passwordtest&type=m3u_plus&output=ts + ``` ## Installation