mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[soundcloud] reduce API playlist page limit(closes #25274)
This commit is contained in:
		| @@ -559,7 +559,7 @@ class SoundcloudSetIE(SoundcloudPlaylistBaseIE): | |||||||
| class SoundcloudPagedPlaylistBaseIE(SoundcloudIE): | class SoundcloudPagedPlaylistBaseIE(SoundcloudIE): | ||||||
|     def _extract_playlist(self, base_url, playlist_id, playlist_title): |     def _extract_playlist(self, base_url, playlist_id, playlist_title): | ||||||
|         COMMON_QUERY = { |         COMMON_QUERY = { | ||||||
|             'limit': 2000000000, |             'limit': 80000, | ||||||
|             'linked_partitioning': '1', |             'linked_partitioning': '1', | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine