Skip to content

Commit

Permalink
Revert "Add 8.01 override"
Browse files Browse the repository at this point in the history
This reverts commit 04e839d.
  • Loading branch information
psvenk committed Aug 18, 2023
1 parent 04e839d commit 23d0b38
Showing 1 changed file with 5 additions and 47 deletions.
52 changes: 5 additions & 47 deletions scrapers/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,14 @@
import utils

OVERRIDES = {
# "2.00B": {
# "b": [],
# "tb": True
# },
"8.01": {
"lectureRawSections": [],
"lectureSections": [
"26-152/MW/0/9-10.30/F/0/9",
"26-152/MW/0/11-12.30/F/0/11",
"26-152/MW/0/1-2.30/F/0/1",
"26-152/MW/0/3-4.30/F/0/3",
"26-152/TR/0/9-10.30/F/0/10",
"26-152/TR/0/11-12.30/F/0/12",
"26-152/TR/0/3-4.30/F/0/4"
],
"lectureSections": [
[
[[2, 3], [62, 3], [122, 2]],
"26-152"
],
[
[[6, 3], [66, 3], [126, 2]],
"26-152"
],
[
[[10, 3], [70, 3], [130, 2]],
"26-152"
],
[
[[14, 3], [74, 3], [134, 2]],
"26-152"
],
[
[[32, 3], [92, 3], [124, 2]],
"26-152"
],
[
[[36, 3], [96, 3], [128, 2]],
"26-152"
],
[
[[44, 3], [104, 3], [136, 2]],
"26-152"
]
],
},
"2.00B": {
"b": [],
"tb": True
}
# "22.05": {
# "l": [[[[33, 3], [93, 3]], "24-121"]],
# "r": [[[[124, 2]], "24-121"]],
# },
# }
}


Expand Down

0 comments on commit 23d0b38

Please sign in to comment.