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
Is it possible to create multiple regex pattern lines for the same feed?
I know if I really wanted to I could work on a massive regex line that could work on many things.. bit it'll become harder to read and add new patterns for me.
I could also hit the feed mutiple times with new regex patterns.. but it may be similiar to a denial of service attack on the feed provider.
So yeah, I'm just wondering if there is an efficient way to add multiple regex patterns to one particular feed, even better with assigning their own download locations?
Thanks!!
Ps, Thank you so much for this project! :-)
The text was updated successfully, but these errors were encountered:
Is it possible to create multiple regex pattern lines for the same feed?
I know if I really wanted to I could work on a massive regex line that could work on many things.. bit it'll become harder to read and add new patterns for me.
I could also hit the feed mutiple times with new regex patterns.. but it may be similiar to a denial of service attack on the feed provider.
So yeah, I'm just wondering if there is an efficient way to add multiple regex patterns to one particular feed, even better with assigning their own download locations?
Thanks!!
The text was updated successfully, but these errors were encountered: