-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Name 'unicode' is not defined #49
Comments
@daliborb20 I got the same error as you. I see that you are using python3 and
hope this helps :) |
just download python-slugify-4.0.0 and install it. Newer ones will not work, uninstall any latest version you have already installed |
install python-slugify not slugify |
Traceback (most recent call last):
File "example.py", line 10, in
dl.download_course_by_url('')
File "/home/boogyman/skillshare-downloader/code/downloader.py", line 38, in download_course_by_url
self.download_course_by_class_id(m.group(1))
File "/home/boogyman/skillshare-downloader/code/downloader.py", line 64, in download_course_by_class_id
slugify(teacher_name),
File "/home/boogyman/.local/lib/python3.8/site-packages/slugify.py", line 24, in slugify
unicode(
NameError: name 'unicode' is not defined
The text was updated successfully, but these errors were encountered: