From 2237304a91eac1633c9e020a3e975268a966cd91 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 23 Oct 2024 14:26:32 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9708410..c3df184 100644 --- a/README.md +++ b/README.md @@ -35,8 +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 |