mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Google begins with page 1 so we add 1 to our page starting with 0
This commit is contained in:
		| @@ -53,7 +53,7 @@ public class YoutubeSearchEngine extends SearchEngine { | ||||
|  | ||||
|         String url = "https://www.youtube.com/results" | ||||
|                 + "?search_query=" + URLEncoder.encode(query, CHARSET_UTF_8) | ||||
|                 + "&page=" + Integer.toString(page) | ||||
|                 + "&page=" + Integer.toString(page + 1) | ||||
|                 + "&filters=" + "video"; | ||||
|  | ||||
|         String site; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Coffeemakr
					Coffeemakr