Add the ability to open YouTube playlist links

This commit is contained in:
vfsfitvnm
2022-06-06 20:27:23 +02:00
parent 756eb48176
commit c3b2435623
7 changed files with 235 additions and 146 deletions

View File

@@ -35,7 +35,13 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:scheme="https"
android:host="music.youtube.com"
android:pathPrefix="/playlist" />
<data android:scheme="https"
android:host="www.youtube.com"
android:pathPrefix="/playlist" />
<data android:scheme="https"
android:host="music.youtube.com"