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="m.youtube.com" />
|
||||
<data android:host="www.youtube.com" />
|
||||
<data android:pathPrefix="/v/" />
|
||||
<data android:pathPattern="/?*#*/*watch" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in New Issue