FaisalUmair / udemy-downloader-gui

A desktop application for downloading Udemy Courses
MIT License
6.12k stars 1.72k forks source link

Added dynamic download speed units #500

Open royz opened 3 years ago

royz commented 3 years ago

The download speed is dynamically calculated rather than just KB/s. Currently, it supports KB/s, MB/s and GB/s. The values are shown accordingly.

Two files have been refactored by my IDE. The only meaningful modification was made to assets/js/app.js.

This is my first contribution to any open source project. Hope this makes it to the final release 😅