skillshare-downloader
skillshare-downloader copied to clipboard
``` Traceback (most recent call last): File "/Users/studio/PycharmProjects/pythonProject/main.py", line 181, in dl.download_course_by_class_id(1313617582) File "/Users/studio/PycharmProjects/pythonProject/main.py", line 39, in download_course_by_class_id data = self.fetch_course_data_by_class_id(class_id=class_id) File "/Users/studio/PycharmProjects/pythonProject/main.py", line 111, in fetch_course_data_by_class_id 'cookie': self.cookie, File...
Mac user
Hi, is there a mac version of this program please?
Traceback (most recent call last): File "/code/example.py", line 11, in dl.download_course_by_url('https://www.skillshare.com/classes/How-to-Ace-your-Exams-The-Method-to-Mastery/1787903253') File "/code/downloader.py", line 36, in download_course_by_url self.download_course_by_class_id(m.group(1)) File "/code/downloader.py", line 83, in download_course_by_class_id raise Exception('Failed to read video ID...
this will download subtitle with videos in *.vtt file normally VLC automatically finds this file and show subtitle and if any reason you are seeing subtitle just browse them in...
So I thought I had everything setup: installed slug, etc... but for some reason, whenever I run the script, it keeps giving me a "ModuleNotFoundError: No module named 'urllib2'" How...
I use Google to sign in to skillshare so maybe that's the issue. Could that be why I can't find document.cookie?
Can you update for download in 1080 format, this tool, download 720 format only. Thanks you!
I followed the instructions to find the cookie but I still cannot find it. when I type in document.cookie into the console nothing pops up :( Please help
After implementing changes discussed in issue #32, the script started working again. But an attempt to resume an unfinished download, which normally should skip already downloaded videos, results in multiple...
i tried this command but i'm getting this error C:\Users\Downloads\Compressed\skillsharedownloader-master>ss.py PHPSESSID88bf2b98d33a51b920358899e835f182 https://www.skillshare.com/en/classes/Introduction-to-SEO-Tactics-and-Strategy-for-Entrepreneurs/681600915?via=member-home-RecommendedClassesSection Traceback (most recent call last): File "C:\Users\Downloads\Compressed\skillsharedownloader-master\ss.py", line 11, in dl.download_course_by_url(course_url) File "C:\Users\Downloads\Compressed\skillsharedownloader-master\downloader.py", line 36, in download_course_by_url self.download_course_by_class_id(m.group(1))...