Skip to content

Commit

Permalink
spring archive
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Apr 24, 2024
1 parent ef1e809 commit d670bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import requests
from bs4 import BeautifulSoup, Tag

BASE_URL = "http://student.mit.edu/catalog"
BASE_URL = "http://student.mit.edu/catalog/archive/spring"


def is_not_offered_next_year(html):
Expand Down

0 comments on commit d670bfe

Please sign in to comment.