Browse Source

[soundcloud] Fix tests

Sergey M․ 8 years ago
parent
commit
bf2dc9cc6e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youtube_dl/extractor/soundcloud.py

+ 2 - 2
youtube_dl/extractor/soundcloud.py

@@ -290,7 +290,7 @@ class SoundcloudSetIE(SoundcloudPlaylistBaseIE):
             'id': '2284613',
             'id': '2284613',
             'title': 'The Royal Concept EP',
             'title': 'The Royal Concept EP',
         },
         },
-        'playlist_mincount': 6,
+        'playlist_mincount': 5,
     }, {
     }, {
         'url': 'https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep/token',
         'url': 'https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep/token',
         'only_matching': True,
         'only_matching': True,
@@ -380,7 +380,7 @@ class SoundcloudUserIE(SoundcloudPlaylistBaseIE):
         'url': 'https://soundcloud.com/grynpyret/spotlight',
         'url': 'https://soundcloud.com/grynpyret/spotlight',
         'info_dict': {
         'info_dict': {
             'id': '7098329',
             'id': '7098329',
-            'title': 'GRYNPYRET (Spotlight)',
+            'title': 'Grynpyret (Spotlight)',
         },
         },
         'playlist_mincount': 1,
         'playlist_mincount': 1,
     }]
     }]