Skip to content

Commit

Permalink
2024-12 update schemas and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHeitmann committed Jan 6, 2025
1 parent 8bcdfbe commit 2aa3de8
Show file tree
Hide file tree
Showing 9 changed files with 10,761 additions and 11 deletions.
1 change: 1 addition & 0 deletions download_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Please seed the torrents for as long as possible. Shortly after release download
| 2024-09 | [Academic Torrents](https://academictorrents.com/details/43a6e113d6ecacf38e58ecc6caa28d68892dd8af) | |
| 2024-10 | [Academic Torrents](https://academictorrents.com/details/507dfcda29de9936dd77ed4f34c6442dc675c98f) | |
| 2024-11 | [Academic Torrents](https://academictorrents.com/details/a1b490117808d9541ab9e3e67a3447e2f4f48f01) | |
| 2024-12 | [Academic Torrents](https://academictorrents.com/details/eb2017da9f63a49460dde21a4ebe3b7c517f3ad9) | |

### Other

Expand Down
6 changes: 3 additions & 3 deletions schemas/RC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ interface RedditComment {
e: " Image",
l: "FRONT"|"BACK",
m: "image/png",
n: "fire"|"heart"|"cry"|"holo_card"|"laugh"|"dizziness"|"bravo"|"starstruck"|"clown"|"take_my_energy"|"winner"|"nani"|"webman"|"spooky"|"cameras",
n: "heart"|"cry"|"fire"|"holo_card"|"winner"|"laugh"|"dizziness"|"bravo"|"starstruck"|"clown"|"take_my_energy"|"nani"|"webman"|"spooky"|"cameras",
s: {
u: string,
x: number,
Expand Down Expand Up @@ -251,15 +251,15 @@ interface RedditComment {
mod_reports?: []|null,
name?: string,
no_follow?: boolean,
num_reports?: null,
num_reports?: null|number,
parent_id: string,
permalink?: string,
permalink_url?: string,
quarantined?: boolean,
removal_reason?: null|"legal",
removed?: boolean,
replies?: ""|null,
report_reasons?: null,
report_reasons?: null|[],
retrieved_on?: number|null,
retrieved_utc?: number,
rte_mode?: "markdown"|"richtext",
Expand Down
6 changes: 3 additions & 3 deletions schemas/RC/2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ interface RedditComment_2024 {
e: " Image",
l: "FRONT"|"BACK",
m: "image/png",
n: "heart"|"fire"|"holo_card"|"laugh"|"dizziness"|"bravo"|"starstruck"|"take_my_energy"|"clown"|"winner"|"cry"|"webman"|"nani",
n: "heart"|"fire"|"holo_card"|"laugh"|"winner"|"cry"|"dizziness"|"bravo"|"starstruck"|"take_my_energy"|"clown"|"webman"|"nani",
s: {
u: string,
x: number,
Expand Down Expand Up @@ -114,13 +114,13 @@ interface RedditComment_2024 {
mod_reports: [],
name: string,
no_follow: boolean,
num_reports: null,
num_reports: null|number,
parent_id: string,
permalink: string,
removal_reason: null|"legal",
removed?: boolean,
replies: "",
report_reasons: null,
report_reasons: null|[],
retrieved_on: number,
rte_mode?: "markdown"|"richtext",
saved: boolean,
Expand Down
Loading

0 comments on commit 2aa3de8

Please sign in to comment.