[pluralsight] Rephrase

pull/8/head
Sergey M․ 2015-11-22 00:58:25 +06:00
rodzic cf186b77a7
commit 0eebf34d9d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,7 @@ class PluralsightIE(PluralsightBaseIE):
# In order to minimize the number of calls to ViewClip API and reduce
# the probability of being throttled or banned by Pluralsight we will request
# only single format until explicit listformats was requested.
# only single format until formats listing was explicitly requested.
if self._downloader.params.get('listformats', False):
allowed_qualities = ALLOWED_QUALITIES
else: