Skip to content

Commit

Permalink
Add new URL to section parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Dunker committed Oct 29, 2023
1 parent bd97339 commit 173bcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/classes/parsersxe/sectionParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class SectionParser {
return a.description === "Honors";
}),
url:
"https://wl11gp.neu.edu/udcprod8/bwckschd.p_disp_detail_sched" +
`?term_in=${SR.term}&crn_in=${SR.courseReferenceNumber}`,
"https://bnrordsp.neu.edu/ssb-prod/bwckctlg.p_disp_course_detail?" +
`cat_term_in=${SR.term}&subj_code_in=${SR.subject}&crse_numb_in=${SR.courseNumber}`,
profs: SR.faculty.map(MeetingParser.profName),
meetings: MeetingParser.parseMeetings(SR.meetingsFaculty),
};
Expand Down

0 comments on commit 173bcc3

Please sign in to comment.