Extending Embed component!
I was following this git repo for extending the Embed core component. Extension of the Embed component is possible by providing any of the following:
- Custom URL Processor
- Custom oEmbed Configuration
- Custom embeddable fragment
The custom oEmbed configuration, I tried adding a new config in Core Components oEmbed client with the following values.

When I try to enter a URL like https://vimeo.com/76979871 I get a message that this URL is not supported and a 404 response in the network tab for that request.
The request URL: http://localhost:4502/content/project_name/_jcr_content/root/container/container/embed.urlProcessor.json?url=https://vimeo.com/7697987
Did I miss something here, could someone help!
Also how can use the custom URL processor for vimeo?