Your will to enroll in a Udemy course is here, but the money isn't? Search no more! This python program searches for your desired course in more than [insert big number here] websites, compares the last updated date, and gives you the download link of the latest one back, but you also have the choice to see the other ones as well!
python3
apt-get update
apt-get install python3
git
apt-get update
apt-get install git
git clone https://github.com/keethesh/UdemyCourseGrabber.git
cd UdemyCourseGrabber
pip3 install -r requirements.txt
python3 main.py
-
Use
concurrencyaiohttp with lxml for faster program execution -
Add support for other browsers, such as Chrome, Opera or IE -
Add a command-line version, needing no further interactions than giving arguments at start
-
Add more courses sources
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.