there is also a player url for vimeo: https://player.vimeo.com/video/102795157?title=0&byline=0&portrait=0 this should fix the regex to also match on that: /(http|https)?:\/\/(www.|player.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^\/]*)\/videos\/|video\/|)(\d+)(?:|\/\?)/ see: https://regex101.com/r/uW5oK9/11
there is also a player url for vimeo:
https://player.vimeo.com/video/102795157?title=0&byline=0&portrait=0
this should fix the regex to also match on that:
/(http|https)?://(www.|player.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^\/]*)\/videos\/|video\/|)(\d+)(?:|\/\?)/
see: https://regex101.com/r/uW5oK9/11