mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Add support for y2u.be links
This commit is contained in:
		| @@ -189,7 +189,7 @@ dependencies { | ||||
|     // name and the commit hash with the commit hash of the (pushed) commit you want to test | ||||
|     // This works thanks to JitPack: https://jitpack.io/ | ||||
|     implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' | ||||
|     implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.11' | ||||
|     implementation 'com.github.TeamNewPipe:mhmdanas:3e8e2a1532681321c7c349342e032414baee5051' | ||||
|  | ||||
| /** Checkstyle **/ | ||||
|     checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}" | ||||
|   | ||||
| @@ -256,6 +256,21 @@ | ||||
|                 <data android:pathPrefix="/" /> | ||||
|             </intent-filter> | ||||
|  | ||||
|             <!-- y2u.be 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="y2u.be" /> | ||||
|                 <data android:pathPrefix="/" /> | ||||
|             </intent-filter> | ||||
|  | ||||
|             <!-- Soundcloud filter --> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.VIEW" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 mhmdanas
					mhmdanas