projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c0510
)
[soundcloud] Fix tests
author
Sergey M․
<dstftw@gmail.com>
Tue, 27 Jun 2017 14:26:46 +0000
(21:26 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 27 Jun 2017 14:26:46 +0000
(21:26 +0700)
youtube_dl/extractor/soundcloud.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soundcloud.py
b/youtube_dl/extractor/soundcloud.py
index 994c861458b83b7063b57bab0d06c5dbc7aa2bd0..3f1a46bb2c2ce9a5e03bd0222e897fbc9248e171 100644
(file)
--- 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': 'G
RYNPYRET
(Spotlight)',
+ 'title': 'G
rynpyret
(Spotlight)',
},
'playlist_mincount': 1,
}]