r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Cyrillic characters disappear in file names (not videos) and links #594

Closed Harosatchi closed 3 years ago

Harosatchi commented 3 years ago

Hello. Cyrillic characters disappear in file names (not videos) and links.

Examples: 1) Instead of the file name «001 Задание.txt» -> «001 .txt». 2) In the file external-assets-links.txt instead of the link «001 Ссылка на статью про Udemy» -> «001 -Udemy» or instead of «002 Ссылка» -> «002 -».

The --unsafe command you suggested earlier doesn't work: udemy-dl.py: error: unrecognized arguments


Python Environment:

r0oth3x49 commented 3 years ago

is there any free course if you can refer to try reproducing and fixing the issue.

Harosatchi commented 3 years ago

Ok, here's an example. Free course - https://www.udemy.com/course/adobe-illustrator-designer/.

Chapter 1.


Screenshots:

Снимок экрана 2020-12-04 в 11 39 54 Снимок экрана 2020-12-04 в 11 40 03 Снимок экрана 2020-12-04 в 11 47 40
r0oth3x49 commented 3 years ago

will check and try to fix ASAP :)

Harosatchi commented 3 years ago

did i understand correctly that you fixed the problem? If so, when will the new version be released? or do i need to update somehow?

r0oth3x49 commented 3 years ago

@Harosatchi yes the issue is fixed, If you have clone the repo using git then simply git pull command will get you the latest code otherwise download the latest master zip file and use it.