aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-22 00:58:25 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-22 00:58:25 +0600
commit0eebf34d9dd793bce9148dae267d690d50d89f88 (patch)
tree0519718415125266a18dc0fe41966ba7f613bb12
parentcf186b77a79a0bf6f322bc1e2f610471eab3b01c (diff)
downloadyoutube-dl-0eebf34d9dd793bce9148dae267d690d50d89f88.tar.xz
[pluralsight] Rephrase
-rw-r--r--youtube_dl/extractor/pluralsight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pluralsight.py b/youtube_dl/extractor/pluralsight.py
index 3dee616c1..a11cebaf1 100644
--- a/youtube_dl/extractor/pluralsight.py
+++ b/youtube_dl/extractor/pluralsight.py
@@ -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: