-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Regex replace #32
Comments
that's a very good idea... i will research what's possible in the realm of regex. should be relatively simple thanks for the feedback! |
i'm working on this, should release soon |
implemented in #34 |
@flexiondotorg can you test the artifacts https://github.com/obs-ai/obs-urlsource/actions/runs/6496308675#artifacts ? plz |
@royshil I am updating my build system to include your |
done |
Is it possible to use regex to do string replace?
I use DecAPI to put live counters in my stream. DecAPI returns text and in most cases always just a number, but the viewercount endpoint returns
channelname is offline
when the channel is not live as the "number" of live viewers when the channel is streaming.I'd like to replace "channelname is offline" with "0". Is that possible using URL Source regex?
The text was updated successfully, but these errors were encountered: