Skip to content
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

Feature request: More dynamic input options to data source #69

Closed
janner opened this issue Dec 31, 2023 · 3 comments
Closed

Feature request: More dynamic input options to data source #69

janner opened this issue Dec 31, 2023 · 3 comments
Milestone

Comments

@janner
Copy link

janner commented Dec 31, 2023

Love the plugin! Thank you!

I have a use case where I use the plugin to scrape data from a bowling alley score website. Would it be possible to get more GDI Texts as dynamic inputs added to the source?

I'm not sure if this is a bug. I'm trying to use dynamic text input in the "RegEx" field, but OBS crashes. That would be very helpful to have. Also adding a dynamic input to the source URL would be very helpful for scraping purposes.

Regex also only returns the first match even when there are more. I'm not sure if this my fault, but setting RegEx flag "g" does not help.

I have hard time understanding the different Regex options as they are not behaving as I would expect them to. If you could direct me to where I could read more, I would appreciate that.

@royshil royshil added this to the 0.2.6 milestone Jan 2, 2024
@royshil
Copy link
Collaborator

royshil commented Jan 2, 2024

yea adding more inputs shouldn't be hard to add. i will add it for v0.2.6

the input is available in the URL just add {{input}} in the URL, and possibly use urlencode(..) as well to avoid URL formatting issues

for the regex parsing i'm simply yusing C++ STD regex : https://en.cppreference.com/w/cpp/regex

@royshil
Copy link
Collaborator

royshil commented Jan 3, 2024

i started working on implementing the feature it shuold be up soon for testing

@royshil
Copy link
Collaborator

royshil commented Aug 23, 2024

stale

@royshil royshil closed this as completed Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants