I saw some intent filters like this one.
<data android:scheme="http"
android:host="m.facebook.com"
android:pathPattern=".*"/>
Facebook app throws URLs like
http://m.facebook.com/l.php?u=http%3A%2F%2Fyoutu.be%2FBsKtRwSyLmM&h=9AQF5nU03&s=1
I want to open those urls that contain youtu.be but NOT user (as I want to open videos in the app not user profiles).