Browse Source

[pluralsight] Rephrase

master
Sergey M․ 9 years ago
parent
commit
0eebf34d9d
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/pluralsight.py

2
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:

Loading…
Cancel
Save