logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a3372437bfe57f5b450bfdd60105bb6120595928
parent 4c57b4853d8c1b41d729314e316cc1b83129ea18
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 22 Nov 2015 00:49:58 +0600

[soundcloud] Remove unused variable

Diffstat:

Myoutube_dl/extractor/soundcloud.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py @@ -493,7 +493,7 @@ class SoundcloudSearchIE(SearchInfoExtractor, SoundcloudIE): _API_V2_BASE = 'https://api-v2.soundcloud.com' def _get_collection(self, endpoint, collection_id, **query): - limit = results_per_page = min( + limit = min( query.get('limit', self._DEFAULT_RESULTS_PER_PAGE), self._MAX_RESULTS_PER_PAGE) query['limit'] = limit