[pluralsight] Rephrase
authorSergey M․ <dstftw@gmail.com>
Sat, 21 Nov 2015 18:58:25 +0000 (00:58 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 21 Nov 2015 18:58:25 +0000 (00:58 +0600)
youtube_dl/extractor/pluralsight.py

index 3dee616c17f3659b34d26563aa1db8efea6b3079..a11cebaf1a8a234046daa53397509e349ef2e03f 100644 (file)
@@ -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: