mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Made youtu.be links be vieweble through NewPipe, and fixed InfoBar design.
This commit is contained in:
		| @@ -39,10 +39,7 @@ public class YoutubeService implements StreamingService { | |||||||
|     } |     } | ||||||
|     @Override |     @Override | ||||||
|     public boolean acceptUrl(String videoUrl) { |     public boolean acceptUrl(String videoUrl) { | ||||||
|         if(videoUrl.contains("youtube")) { |         return videoUrl.contains("youtube") || | ||||||
|             return true; |                 videoUrl.contains("youtu.be"); | ||||||
|         } else { |  | ||||||
|             return false; |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger