mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	support for opening /c/ channel links
This commit is contained in:
		| @@ -62,7 +62,7 @@ dependencies { | |||||||
|         exclude module: 'support-annotations' |         exclude module: 'support-annotations' | ||||||
|     }) |     }) | ||||||
|  |  | ||||||
|     implementation 'com.github.TeamNewPipe:NewPipeExtractor:bdbfa26' |     implementation 'com.github.TeamNewPipe:NewPipeExtractor:2ee558f' | ||||||
|     testImplementation 'junit:junit:4.12' |     testImplementation 'junit:junit:4.12' | ||||||
|     testImplementation 'org.mockito:mockito-core:2.23.0' |     testImplementation 'org.mockito:mockito-core:2.23.0' | ||||||
|  |  | ||||||
|   | |||||||
| @@ -153,6 +153,7 @@ | |||||||
|                 <!-- channel prefix --> |                 <!-- channel prefix --> | ||||||
|                 <data android:pathPrefix="/channel/"/> |                 <data android:pathPrefix="/channel/"/> | ||||||
|                 <data android:pathPrefix="/user/"/> |                 <data android:pathPrefix="/user/"/> | ||||||
|  |                 <data android:pathPrefix="/c/"/> | ||||||
|                 <!-- playlist prefix --> |                 <!-- playlist prefix --> | ||||||
|                 <data android:pathPrefix="/playlist"/> |                 <data android:pathPrefix="/playlist"/> | ||||||
|             </intent-filter> |             </intent-filter> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 bopol
					bopol