Closed esoccoli closed 10 months ago
The edit you made doesn't actually change anything, the backend supporting that link format has been deprecated.
Based on #324 , you'd want a link like this: https://www.ratemyprofessors.com/search/professors?q=${name}&sid=${schoolId}
(RIT's school id is U2Nob29sLTgwNw==
)
As the author of #324 (and https://github.com/CalvinWu4/RIT-Rate-My-Professors-Extension/pull/4). It looks like the line under review above should be
curl_setopt($curl, CURLOPT_URL, "https://www.ratemyprofessors.com/search/professors?q=" . $name . "&sid=U2Nob29sLTgwNw==");
Would be awesome to see this get fixed in ScheduleMaker!
Obsolete, and wasn't the right file anyways.
ah cool, thanks for fixing this! (commit: https://github.com/ComputerScienceHouse/schedulemaker/commit/77ad61b183ad700c95f511cf96d6954af89b478c for anyone looking to see how it was done)
Fixes #324