Support channel urls

This commit is contained in:
vfsfitvnm
2022-10-07 20:38:28 +02:00
parent 0b995ae9ab
commit 64bfe50dda
2 changed files with 45 additions and 15 deletions

View File

@@ -72,6 +72,18 @@
android:host="youtu.be"
android:pathPrefix="/"
android:scheme="https" />
<data
android:host="music.youtube.com"
android:pathPrefix="/channel"
android:scheme="https" />
<data
android:host="www.youtube.com"
android:pathPrefix="/channel"
android:scheme="https" />
<data
android:host="m.youtube.com"
android:pathPrefix="/c"
android:scheme="https" />
</intent-filter>
</activity>