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
Adding a list of blacklisted games doesn't work. For example, let's say I have 5 streamers who play Game A and Game B. if I have blacklisted Game B, I should only be getting videos of Game A, but unfortunately, I get the videos of both Game A and Game B from some of the streamers. Not sure if it's a bug or if I am doing something wrong.
How would you blacklist a game like Counter-Strike: Global Offensive for example? Will you write the whole name as is? Or will you write the slug in the URL Counter-Strike%3A%20Global%20Offensive?
Also, in the blacklist, can I input data like this:
BLACKLIST = [
"c ludwig",
"g Counter-Strike: Global Offensive",
"g Counter-Strike%3A%20Global%20Offensive",
"g Fortnite",
"g Just Chatting"
]
The text was updated successfully, but these errors were encountered:
Adding a list of blacklisted games doesn't work. For example, let's say I have 5 streamers who play Game A and Game B. if I have blacklisted Game B, I should only be getting videos of Game A, but unfortunately, I get the videos of both Game A and Game B from some of the streamers. Not sure if it's a bug or if I am doing something wrong.
How would you blacklist a game like Counter-Strike: Global Offensive for example? Will you write the whole name as is? Or will you write the slug in the URL
Counter-Strike%3A%20Global%20Offensive
?Also, in the blacklist, can I input data like this:
The text was updated successfully, but these errors were encountered: