heliomarpm / udemy-downloader-gui

A desktop application for downloading Udemy Courses
MIT License
1.03k stars 209 forks source link

videoQuality.toLowerCase is not a function #130

Closed abdulkhaliquem9 closed 1 year ago

abdulkhaliquem9 commented 1 year ago

Udeler | Udemy Course Downloader

Version 1.12.5

Account Type?

Personal

Steps to reproduce

after clicking the download icon below the course

✔️ Expected Behavior

extract list and download

❌ Actual Behavior / Steps to Reproduce

1.Go to app 2.Search the course 3.From the Search list, I got only one video in the search list

  1. click the download button & BOOM ERROR!! image

image

abdulkhaliquem9 commented 1 year ago

for my account I'm getting a boolean value in videoQuality instead of a string I'm able to download after commenting the switch block switch (videoQuality.toLowerCase()) @heliomarpm

image

heliomarpm commented 1 year ago

for my account I'm getting a boolean value in videoQuality instead of a string I'm able to download after commenting the switch block switch (videoQuality.toLowerCase()) @heliomarpm

image

Yes. fix is on the way

heliomarpm commented 1 year ago

Check new version If this issue remains, please reopen this issue.