skillshare-downloader
skillshare-downloader copied to clipboard
The newer Skillshare classes have 10 digits and it does not download. Works only for courses with class id that is 9 digits long. Any workarounds? It fails at line...
Updated the readme to clarify how to use the cookie. Fixed Array issue from data response
` Traceback (most recent call last): File "/home/anthony/skillshare-downloader/skillshare-downloader/code/example.py", line 8, in dl.download_course_by_url('https://www.skillshare.com/classes/Boudoir-Portrait-Retouching-for-Photographers/829829877/projects') File "/home/anthony/skillshare-downloader/skillshare-downloader/code/downloader.py", line 36, in download_course_by_url self.download_course_by_class_id(m.group(1)) File "/home/anthony/skillshare-downloader/skillshare-downloader/code/downloader.py", line 70, in download_course_by_class_id for u in data['_embedded']['units']['_embedded']['units']: TypeError:...
Downloading /content/Skillshare/hamza-ahmed/social-skills-masterclass-make-friends-online-in-the-gym-and-at-school/01 - what-s-it-like-having-a-good-group-of-friends.mp4... Video already downloaded, skipping... Traceback (most recent call last): File "/root/.Skillshare-DL/dl.py", line 16, in main() File "/root/.Skillshare-DL/dl.py", line 11, in main dl.download_course_by_url(course_url) File "/root/.Skillshare-DL/skillshare.py", line 32,...
Downloading C:\Users\...\data\theawwwesomes\boost-personal-branding-by-coding-your-own-website-html-css-basics/01 - intro.mp4... [==================================================] Traceback (most recent call last): File "C:\Users\...\Downloads\skillshare-downloader-master\skillshare-downloader-master\code\example.py", line 10, in dl.download_course_by_url('https://www.skillshare.com/classes/Boost-Personal-Branding-by-Coding-Your-Own-Website-HTML-CSS-Basics/1551945410') File "C:\Users\...\Downloads\skillshare-downloader-master\skillshare-downloader-master\code\downloader.py", line 36, in download_course_by_url self.download_course_by_class_id(m.group(1)) File "C:\Users\...\Downloads\skillshare-downloader-master\skillshare-downloader-master\code\downloader.py", line 83, in download_course_by_class_id raise...
Hi, I'm getting following error for recent courses (Using Python 3.9 and not effecting old courses): ClassName : Lighitng for Games 101 : Fundamentals of Lighting in UE4 _ Part...
Even after changing cookies many times, it does not work. It downloads the first video and then shows an exception "Exception: Failed to read video ID from data" Can anyone...
In example.py, set your preferred language (English by default) You can re-run the downloader after this update and it will add the subtitles to any downloads that are missing them.
Is there a way to set the resolution to be downloaded? Currently it is 1280. I would like to download more, hence would be happy if the resolution could be...