Closed miguelpeniche closed 1 year ago
Hello @miguelpeniche!
This URL is checked by this method:
Feel free to send a patch to improve this scenario 🙌🏼 Probably just changing the regexp to (vimeo\.com\/(?!album|hubnut\/album|user\d+).*)
will do the trick (NOTE added |user\d+
). Demo: https://rubular.com/r/tLPWvBvMU8Ad6c
If you can't send a patch, I'll try to do it by myself in the following days.
Thanks for reporting!
Here is a PR for this: #228
There is a minor bug, checking the Vimeo user page
VideoInfo.valid_url? "https://vimeo.com/user123456789"
is returningtrue
.