youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c3a227d1c406d0af8fdf6afd9e33366e903d9a8a
parent f6c903e708bf8d9156ce5b999a220c4480a7aca5
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 21 Nov 2015 21:25:48 +0600

[pluralsight] Update _LOGIN_URL

Diffstat:
Myoutube_dl/extractor/pluralsight.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = [{