You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it is possible, but actually I do not think it is necessary as group include currently support regex, you can write a somehow complicated regex to match those whitelists. What do you think of it?
I tested some regex expressions out and they do work. So my answer will be Yes I am satisfied.
However in the documentation maybe there should be more information on how to use the regex syntax.
For example I used this expression to solve the above example:
--group-include 'News|Movies|\ASports NBA'
Should there be a special character like i.e. "+", this can be excluded (or included) in the regex like:
--group-include 'News|Movies|\ASports NBA|\ASports[+] NHL'
Is it possible to insert a group-include filter with a multiple whitelist (regular expressions)?
Either by;
(1)
Comma separation reg.expression i.e. --group-include "News","Movies","Sports NBA"
(2)
A whitelist file which can contain all group-id.s to include, i.e.
News
Movies
Sports NBA
The text was updated successfully, but these errors were encountered: