mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #1900 from anoymouserver/patch-1
support for invidio.us links
This commit is contained in:
		| @@ -209,6 +209,29 @@ | ||||
|                 <data android:pathPrefix="/user/"/> | ||||
|             </intent-filter> | ||||
|  | ||||
|             <!-- Invidious filter --> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.VIEW"/> | ||||
|                 <action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/> | ||||
|                 <action android:name="android.nfc.action.NDEF_DISCOVERED"/> | ||||
|  | ||||
|                 <category android:name="android.intent.category.DEFAULT"/> | ||||
|                 <category android:name="android.intent.category.BROWSABLE"/> | ||||
|  | ||||
|                 <data android:scheme="http"/> | ||||
|                 <data android:scheme="https"/> | ||||
|                 <data android:host="invidio.us"/> | ||||
|                 <data android:host="www.invidio.us"/> | ||||
|                 <!-- video prefix --> | ||||
|                 <data android:pathPrefix="/embed/"/> | ||||
|                 <data android:pathPrefix="/watch"/> | ||||
|                 <!-- channel prefix --> | ||||
|                 <data android:pathPrefix="/channel/"/> | ||||
|                 <data android:pathPrefix="/user/"/> | ||||
|                 <!-- playlist prefix --> | ||||
|                 <data android:pathPrefix="/playlist"/> | ||||
|             </intent-filter> | ||||
|  | ||||
|             <!-- Soundcloud filter --> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.VIEW"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger