Nobelz / RateMyProfessorAPI

Python web scraper to get professor ratings from ratemyprofessor.com website.
Apache License 2.0
39 stars 11 forks source link

Updated Google search strings #14

Closed WyattRichartz closed 1 year ago

WyattRichartz commented 1 year ago

RateMyProfessor changed the formatting for their url strings, as before it required base64 but now it does not. This update accounts for this and now displays the correct results.

WyattRichartz commented 1 year ago

Ah sorry about that, I didn't realize that that was for cross-compatibility rather than for stylistic reasons. I updated it to use the %s method that was used before 👍

Nobelz commented 1 year ago

v1.3.6