mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
support another youtube URL format: https://www.youtube.com/v/mS1gstS6YS8
https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/YouTubeLinks/YouTubeLinks.html
This commit is contained in:
parent
3c1e64d8dc
commit
28dd53ae50
@ -41,6 +41,7 @@
|
|||||||
<data android:host="youtube.com" />
|
<data android:host="youtube.com" />
|
||||||
<data android:host="m.youtube.com" />
|
<data android:host="m.youtube.com" />
|
||||||
<data android:host="www.youtube.com" />
|
<data android:host="www.youtube.com" />
|
||||||
|
<data android:pathPrefix="/v/" />
|
||||||
<data android:pathPattern="/?*#*/*watch" />
|
<data android:pathPattern="/?*#*/*watch" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
Loading…
Reference in New Issue
Block a user