Skip to content

Commit c419107

Browse files
committed
Add missing patterns as described in isue #50
1 parent 321d090 commit c419107

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@
3434
<data
3535
android:host="youtube.com"
3636
android:scheme="http"
37-
android:pathPrefix="/watch"/>
37+
android:pathPattern="/?*#*/*watch"/>
3838
<data
3939
android:host="youtube.com"
4040
android:scheme="https"
41-
android:pathPrefix="/watch"/>
41+
android:pathPattern="/?*#*/*watch"/>
4242
<data
4343
android:host="www.youtube.com"
4444
android:scheme="http"
45-
android:pathPrefix="/watch"/>
45+
android:pathPattern="/?*#*/*watch"/>
4646
<data
4747
android:host="www.youtube.com"
4848
android:scheme="https"
49-
android:pathPrefix="/watch"/>
49+
android:pathPattern="/?*#*/*watch"/>
5050
<data
5151
android:host="m.youtube.com"
5252
android:scheme="http"
53-
android:pathPrefix="/watch"/>
53+
android:pathPattern="/?*#*/*watch"/>
5454
<data
5555
android:host="m.youtube.com"
5656
android:scheme="https"
57-
android:pathPrefix="/watch"/>
57+
android:pathPattern="/?*#*/*watch"/>
5858
<data
5959
android:host="youtu.be"
6060
android:scheme="https"

0 commit comments

Comments
 (0)