Skip to content

Commit

Permalink
[pluralsight] Update _LOGIN_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Nov 21, 2015
1 parent f6c903e commit c3a227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/pluralsight.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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 = [{
Expand Down

0 comments on commit c3a227d

Please sign in to comment.