keethesh / UdemyCourseGrabber

Your will to enroll in 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!
MIT License
181 stars 30 forks source link

Suggestion: TQDM Progress-bars w/ Detailed Search Log #5

Closed InfernalPlank closed 4 years ago

InfernalPlank commented 4 years ago

Implementation of TQDM to use a progress bar whilst searching sources, maybe an additional print for each site it is searching to know which part of the repository the program is at in terms of scans for the matching Udemy course.

keethesh commented 4 years ago

That's a good idea, I'll try implementing that in the near future.

keethesh commented 4 years ago

Pushed a commit with a progressbar to the dev branch

keethesh commented 4 years ago

Pushed to master