From 6289839e58b8cf77b9f326543dd91a95fc4ff71d Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 23 Oct 2024 16:08:03 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fa173c..99c69ea 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you include more than one country in the mapping section `plutotv_all.m3u8` a | chno | Start channel numbering at the provided value, spans all regions. | N/A | | group | Specify the grouping within the playlist. | `genre` | | regionalize | Append the country code to the channel id. | true | -| excludeGroups | Exclude the groups that match the regular expression.
An example value could be `^Local News$``Español` or `(News\|Español)` | false | +| excludeGroups | Exclude the groups that match the regular expression.
An example value could be `^Local News$`, `Español` or `(News\|Español)` | false | | excludeChannels | Exclude the channels that match the regular expression. | false | | uniqueClientid | Generate a unique id for each client requesting the playlist via the inbuilt server. | true | | randomClientid | Generate a random id for each request of the playlist via the the inbuilt server. | true |