Finds the provider that can handle a given recipe source URL
Iterates all registered providers and returns the first one whose canHandleUrl method returns true for the given URL.
canHandleUrl
Recipe source URL to look up
The matching provider instance, or undefined if none found
Finds the provider that can handle a given recipe source URL
Iterates all registered providers and returns the first one whose
canHandleUrlmethod returns true for the given URL.