mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	support all variants of vnd.youtube url.
This commit is contained in:
		| @@ -55,7 +55,7 @@ public class YoutubeStreamUrlIdHandler implements StreamUrlIdHandler { | |||||||
|             } |             } | ||||||
|             else if(url.contains("vnd.youtube")) |             else if(url.contains("vnd.youtube")) | ||||||
|             { |             { | ||||||
|                 id = Parser.matchGroup1("vnd.youtube\\:([\\-a-zA-Z0-9_]{11}).*", url); |                 id = Parser.matchGroup1("([\\-a-zA-Z0-9_]{11}).*", url); | ||||||
|             } |             } | ||||||
|             else { |             else { | ||||||
|                 id = Parser.matchGroup1("[?&]v=([\\-a-zA-Z0-9_]{11})", url); |                 id = Parser.matchGroup1("[?&]v=([\\-a-zA-Z0-9_]{11})", url); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 andoni
					andoni