Closed Eytan414 closed 2 years ago
Thanks for this. I'll need to do some testing locally before anything is merged.
If you wouldn't mind, could you please set up a custom arg for this functionality? Seeing as it's an experimental feature I'd prefer it not to be enabled by default.
Thanks for this. I'll need to do some testing locally before anything is merged. If you wouldn't mind, could you please set up a custom arg for this functionality? Seeing as it's an experimental feature I'd prefer it not to be enabled by default.
Yes, I'll push an update soon
Ended up changing a few things around, mostly var names and extra logging but it should be available in the 1.5.0 release published a moment ago.
You've been credited in the release notes too, thank you for the contribution.
Yes I just saw, thank you! I didn't like the name too, and as for the other changes they're really helpful for maintainability - great library
I'm not really familiar with subtitles ads so I was working under the assumption that only the regex based filter yields a hit of chained nodes, so my solution is applied only for those cases.
I can also expand it to rest of the cases, my initial thought is to hold a node hit index array, and apply the fix for all those indexes right after the blacklist loop.