mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[soundcloud] Adding likes support to SoundcloudUserIE
This commit is contained in:
		| @@ -137,6 +137,14 @@ class TestPlaylists(unittest.TestCase): | ||||
|         self.assertEqual(result['id'], '9615865') | ||||
|         self.assertTrue(len(result['entries']) >= 12) | ||||
|  | ||||
|     def test_soundcloud_likes(self): | ||||
|         dl = FakeYDL() | ||||
|         ie = SoundcloudUserIE(dl) | ||||
|         result = ie.extract('https://soundcloud.com/the-concept-band/likes') | ||||
|         self.assertIsPlaylist(result) | ||||
|         self.assertEqual(result['id'], '9615865') | ||||
|         self.assertTrue(len(result['entries']) >= 1) | ||||
|  | ||||
|     def test_soundcloud_playlist(self): | ||||
|         dl = FakeYDL() | ||||
|         ie = SoundcloudPlaylistIE(dl) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 azeem
					azeem