summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-23 10:44:10 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-23 10:44:10 +0600
commit468083d2f5596314a0813859f3afe7d2fce3cac7 (patch)
tree0a12dc78aff1a93567c2cca4b7a6231cd2791061
parent483fc223bb1509d11ac1843a5852f75c0aec3475 (diff)
downloadyoutube-dl-468083d2f5596314a0813859f3afe7d2fce3cac7.tar.gz
youtube-dl-468083d2f5596314a0813859f3afe7d2fce3cac7.tar.xz
youtube-dl-468083d2f5596314a0813859f3afe7d2fce3cac7.zip
[pluralsight] Remove unused const
-rw-r--r--youtube_dl/extractor/pluralsight.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pluralsight.py b/youtube_dl/extractor/pluralsight.py
index 1bdcacbaa..7c7f762ff 100644
--- a/youtube_dl/extractor/pluralsight.py
+++ b/youtube_dl/extractor/pluralsight.py
@@ -21,7 +21,6 @@ class PluralsightIE(InfoExtractor):
     IE_NAME = 'pluralsight'
     _VALID_URL = r'https?://(?:www\.)?pluralsight\.com/training/player\?author=(?P<author>[^&]+)&name=(?P<name>[^&]+)(?:&mode=live)?&clip=(?P<clip>\d+)&course=(?P<course>[^&]+)'
     _LOGIN_URL = 'https://www.pluralsight.com/id/'
-    _ACCOUNT_CREDENTIALS_HINT = 'Use --username and --password options to provide lynda.com account credentials.'
     _NETRC_MACHINE = 'pluralsight'
 
     _TEST = {