X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fpluralsight.py;h=417dd965c15e81466e1808e9a7150d2e7a24d814;hb=c3a227d1c406d0af8fdf6afd9e33366e903d9a8a;hp=93244f41dba6228c86a8af129c065518a756cc61;hpb=f6c903e708bf8d9156ce5b999a220c4480a7aca5;p=youtube-dl diff --git a/youtube_dl/extractor/pluralsight.py b/youtube_dl/extractor/pluralsight.py index 93244f41d..417dd965c 100644 --- 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 = [{