diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-06-27 21:26:46 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-06-27 21:26:46 +0700 | 
| commit | bf2dc9cc6e1ca38955f646b67f0f6ec40aec139d (patch) | |
| tree | 2760b41c32280bcf9e4b1f975b38bd5ff5dbb573 | |
| parent | f1c051009bcf52525df22eb3a59797076551a579 (diff) | |
[soundcloud] Fix tests
| -rw-r--r-- | youtube_dl/extractor/soundcloud.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py index 994c86145..3f1a46bb2 100644 --- a/youtube_dl/extractor/soundcloud.py +++ b/youtube_dl/extractor/soundcloud.py @@ -290,7 +290,7 @@ class SoundcloudSetIE(SoundcloudPlaylistBaseIE):              'id': '2284613',              'title': 'The Royal Concept EP',          }, -        'playlist_mincount': 6, +        'playlist_mincount': 5,      }, {          'url': 'https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep/token',          'only_matching': True, @@ -380,7 +380,7 @@ class SoundcloudUserIE(SoundcloudPlaylistBaseIE):          'url': 'https://soundcloud.com/grynpyret/spotlight',          'info_dict': {              'id': '7098329', -            'title': 'GRYNPYRET (Spotlight)', +            'title': 'Grynpyret (Spotlight)',          },          'playlist_mincount': 1,      }] | 
