projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483fc22
)
[pluralsight] Remove unused const
author
Sergey M․
<dstftw@gmail.com>
Sun, 23 Aug 2015 04:44:10 +0000
(10:44 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 23 Aug 2015 04:44:10 +0000
(10:44 +0600)
youtube_dl/extractor/pluralsight.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pluralsight.py
b/youtube_dl/extractor/pluralsight.py
index 1bdcacbaa9b342f4229bbfe82aa5f8aa0fde529a..7c7f762ff858635719c1384ada9e72a3d74197a5 100644
(file)
--- 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 = {