mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-08-30 09:27:55 +00: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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user