diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-21 08:21:33 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-21 08:21:33 +0600 |
commit | 651acffbe57a016ae3b6b2c842aa691b1feb2d5b (patch) | |
tree | 8e735515392a8f7f19467bfcd9694de68328fb6e | |
parent | 71bd93b89c667b7ca852b3a536dd771da7b67f67 (diff) |
[pluralsight] Update ViewClip URL
-rw-r--r-- | youtube_dl/extractor/pluralsight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pluralsight.py b/youtube_dl/extractor/pluralsight.py index 6cef7c829..caba8fb79 100644 --- a/youtube_dl/extractor/pluralsight.py +++ b/youtube_dl/extractor/pluralsight.py @@ -138,7 +138,7 @@ class PluralsightIE(InfoExtractor): 'q': '%dx%d' % (f['width'], f['height']), } request = compat_urllib_request.Request( - 'http://www.pluralsight.com/training/Player/ViewClip', + 'http://app.pluralsight.com/training/Player/ViewClip', json.dumps(clip_post).encode('utf-8')) request.add_header('Content-Type', 'application/json;charset=utf-8') format_id = '%s-%s' % (ext, quality) |