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.
Checklist
Question
WRITE QUESTION HERE
[x ] Version 2020.03.24
Trying to download a course from Pluralsight
youtube-dl.conf
-u your Pluralsight username@domain.com
-p your Pluralsight password
-i
-c
--no-warnings
--console-title
--batch-file='batch-file.txt'
--limit-rate 500K
--sleep-interval 120
--max-sleep-interval 360
-o '%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s'
-f 'bestvideo[height<=720]+bestaudio/best[height<=720]/worst'
batch-file.txt contains
url of course
Error:
[pluralsight:course] java-generics: Downloading JSON metadata
[download] Downloading playlist: Java Fundamentals: Generics
[pluralsight:course] playlist Java Fundamentals: Generics: Collected 43 video ids (downloading 43 of them)
[download] Downloading video 1 of 43
[pluralsight] Downloading login page
ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.