-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
feature requestNew feature or requestNew feature or request
Description
For endpoints with unspecified source (aka dynamic source), the filters usually only apply to a set of similar webpages (e.g. an endpoint that works for any youtube channel). However, we currently accept any url for dynamic source, which is not ideal if the source isn't expected. To improve it, we can have an optional match_source field where user can specify a regular expression pattern for specifying supported source urls. Then if the provided source doesn't match the pattern, we no longer make the request and report the error nicely back to the user.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request