NewPipe/app/src/main
Hans-Christoph Steiner 2a93e9bd2e precisely target these URLs https://www.youtube.com/watch?v=mS1gstS6YS8
These URLs have a Path that always starts with "/watch" so no need for a
pattern.  Also, everything after the "?" is considered the "Query String",
not the Path.  Anything after a "#" is the "Feature String".  The path
matching in IntentFilters only see the Path, and nothing from the "Query
String" or "Feature String".

these are the available kinds of URLs:
https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/YouTubeLinks/YouTubeLinks.html
2016-01-02 00:15:27 +01:00
..
java/org/schabi/newpipe use the standard "Movies" folder for downloads 2016-01-02 00:14:11 +01:00
res use symlinks to provide alternate folders for Hebrew and Indonesian 2016-01-02 00:15:27 +01:00
AndroidManifest.xml precisely target these URLs https://www.youtube.com/watch?v=mS1gstS6YS8 2016-01-02 00:15:27 +01:00