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 Pluralsight Subtitles #24917
Comments
|
which python version you're using? We've been identified that issue happening with some particular python versions. Try using version 3.7 or 3.8. Also |
|
@jaimebl It was 3.6.4 I just upgraded it to 3.8.2 but still the same problem. What should I use instead of |
|
@ATHellboy With python 3.8.2 you shouldn't get that 403 error message(just tried myself same version), double check you're using that version in the logs and also that your account is not banned by logging in manually with the browser. There's no way to get all subs currently, you can check out my pull request here if you want to try it #24832 |
|
@jaimebl I think you are right about the Python version which it uses.
How can I change it ? Although I don't know why the version is 3.4.4. (I use youtube-dl on Windows if it helps) |
|
@ATHellboy I think for now, the easiest way to get it working is grabbing the cookies as I mention in this other comment: |
|
@jaimebl I just exported cookies by EditThisCookie from Then using this commend :
But still there is an error:
What do I do wrong ? |
|
@ATHellboy try to do this #24895 (comment) , i had the same problem , if you see in your track you still use Phyton 3.4 with youtube-dl even you already installed Phyton 3.8 (your track ) |
|
@ATHellboy Ah god, yes you have to manually edit one line of those cookies, look for
So it will look something like this
|
|
UPDATE: I got this error because my cookies was wrong and actually it doesn't use it. (No authentication)
|
|
@ATHellboy |
|
~~@jaimebl ~~
|
|
@ATHellboy Are you able to get to the website with your browser? |
|
@jaimebl Yup |
|
@ATHellboy try adding this argument on your youtube-dl command
something like : >youtube-dl --cookies cookies.txt --write-sub --sub-lang en,es --verbose -f "best[height<=720]/worst[height>720]" https://app.pluralsight.com/library/courses/unity-shader-graph-introduction Although I think the problem is the authentication , you must to pass the credentials , try upgrade phyton version and pass your credentials in the command , |
|
@ATHellboy You're probably having some issue with your authentication(as @jhondbv mentioned), if you try without the cookies parameter I bet you will get the same log response.
Try setting your cookies again |
Checklist
Question
I use this command for downloading course subtitles in Pluralsight:
But I receive this :
But when I use this command, I can download videos:
What should I do to fix this problem ?