Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Download from Pluralsight is broken #11230
Comments
|
youtube-dl --sleep-interval 60 --max-sleep-interval 100 --verbose --username PRIVATE --password PRIVATE https://app.pluralsight.com/library/courses/spark-kafka-cassandra-applying-lambda-architecture |
|
Getting the same here. |
|
it works for me, verify if you can login from web and are able to open it. your description also says its unable to open any url so try some other site too ,run using python2 main.py and python3 main.py also |
youtube-dl --sleep-interval 60 --max-sleep-interval 100 --verbose --username PRIVATE --password PRIVATE https://app.pluralsight.com/library/courses/spark-kafka-cassandra-applying-lambda-architecture |
|
For any further investigations you have to provide credentials of account capable to access the course. |
|
@lucamerolla use it as youtube-dl -u [username] -p [password] -v -i https://app.pluralsight.com/library/courses/spark-kafka-cassandra-applying-lambda-architecture i understand that you cannot provide user name,passwords for misuse of your account . I`m sure it will work as providing with a correct username,password will work. your log shows it fails to login , so correct it and retry and also check wheter your account is active or you missed some steps while creating account . |
|
@lucamerolla if its a free account type , it will fail . for yearly or monthly account it will work |
|
Interestingly I don't think this works unless you're an individual subscriber. If you're part of a corp account I don't think this works. |
|
Indeed, that's a corp account. Probably after the login it is redirected to a different page and there is an assertion in the code that is not met. I checked in the code the LOGIN page is
|
|
Yes , that may be the issue . I was able to login as I had a will user account. But still the video should be able to download . It would be worth a try to uSe the same commands once again in your office premises so that it can be verified there is a blockage of usuage other than your corp domains. As they are blocking refferer. Also add r3feerer so that it can be processed |
|
getting the same here, but I have individual account, if I mistype the username the error is INVALID USERNAME , but I get UNABLE to login, and I can see the videos in the browser. |
|
@siddht1 Same is happening to me with latest version: 2017.02.22 |
|
Until yesterday I was able to download, but today started with that mistake. |
|
I solved my problem. I joined this link: https://app.pluralsight.com/id After I entered the login and password it displayed an accepted canvas of the terms. I accepted the terms. After that it worked again |
|
Duplicate of #12345. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.11.18. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.