The best part and recommended part to read The Beginners Guide, after considering the Instruction, use Advanced Search Engine to Search a topic for what solution you’re looking for, use all proper wording to search properly, and if you’re going to post something helpful, Do search with different words + actual title and make sure the topic does not exist even with the different title.
Traceback (most recent call last):
File "dl.py", line 21, in <module>
main()
File "dl.py", line 10, in main
dl.download_course_by_url(course_url)
File ".\skillshare.py", line 39, in download_course_by_url
File ".\skillshare.py", line 103, in download_course_by_class_id
File ".\skillshare.py", line 143, in download_video
KeyError: 'container'
Traceback (most recent call last):
File “dl.py”, line 21, in
main()
File “dl.py”, line 10, in main
dl.download_course_by_url(course_url)
File “.\skillshare.py”, line 39, in download_course_by_url
File “.\skillshare.py”, line 103, in download_course_by_class_id
File “.\skillshare.py”, line 143, in download_video
KeyError: ‘container’
Hey there, thanks for sharing the script.
I have some problem in CMD.
Here’s a message
###########################################################################
##########################skillshare Downloader###########################
###########################################################################
Traceback (most recent call last):
File “dl.py”, line 21, in
main()
File “dl.py”, line 10, in main
dl.download_course_by_url(course_url)
File “.\skillshare.py”, line 39, in download_course_by_url
File “.\skillshare.py”, line 103, in download_course_by_class_id
File “.\skillshare.py”, line 143, in download_video
KeyError: ‘container’
In google search I found a solution. But, I tried to recompile the PYC file and throwing error. Are there any python programmers who can fix and reupload it?
File “.\skillshare.py”, line 39, in download_course_by_url
File “.\skillshare.py”, line 103, in download_course_by_class_id
File “.\skillshare.py”, line 143, in download_video
KeyError: ‘container’
Hi everyone!
Can somebody please help me with downloading the SkillShare course?
I am getting this error:
C:\Users\viren\Downloads\Compressed\Skillshare Downloader\Skillshare Downloader>python dl.py https://www.skillshare.com/classes/Character-Animation-Creating-Authentic-Facial-Expressions-in-Adobe-After-Effects/678578570
###########################################################################
##########################skillshare Downloader###########################
###########################################################################
Traceback (most recent call last):
File “dl.py”, line 21, in
main()
File “dl.py”, line 10, in main
dl.download_course_by_url(course_url)
File “.\skillshare.py”, line 39, in download_course_by_url
File “.\skillshare.py”, line 103, in download_course_by_class_id
File “.\skillshare.py”, line 143, in download_video
KeyError: ‘container’
I’ve download this version also and always i’ve this error :
E:\Download\Skillshare\Skillshare Downloader 1>python dl.py https://www.skillshare.com/classes/Spring-Boot-REST-Tutorial/693567500
Traceback (most recent call last):
File “dl.py”, line 2, in
from skillshare import Skillshare
ImportError: bad magic number in ‘skillshare’: b’B\r\r\n’
The magic error is due to conflict of different python interpreters version. The compiled file (.pyc) needs to run with the same python version as compiled. In this case, Install the Python 3.7.4 and then perform the process. If you want you may make env with python 3.7.4 {Google it}.