projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c903e
)
[pluralsight] Update _LOGIN_URL
author
Sergey M․
<dstftw@gmail.com>
Sat, 21 Nov 2015 15:25:48 +0000
(21:25 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 21 Nov 2015 15:25:48 +0000
(21:25 +0600)
youtube_dl/extractor/pluralsight.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pluralsight.py
b/youtube_dl/extractor/pluralsight.py
index 93244f41dba6228c86a8af129c065518a756cc61..417dd965c15e81466e1808e9a7150d2e7a24d814 100644
(file)
--- a/
youtube_dl/extractor/pluralsight.py
+++ b/
youtube_dl/extractor/pluralsight.py
@@
-19,7
+19,7
@@
from ..utils import (
class PluralsightIE(InfoExtractor):
IE_NAME = 'pluralsight'
_VALID_URL = r'https?://(?:(?:www|app)\.)?pluralsight\.com/training/player\?'
- _LOGIN_URL = 'https://
www
.pluralsight.com/id/'
+ _LOGIN_URL = 'https://
app
.pluralsight.com/id/'
_NETRC_MACHINE = 'pluralsight'
_TESTS = [{