Skip to content

Commit

Permalink
2025-01 update schemas and download links
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHeitmann committed Feb 9, 2025
1 parent 2aa3de8 commit c3c4bdf
Show file tree
Hide file tree
Showing 9 changed files with 13,777 additions and 4 deletions.
1 change: 1 addition & 0 deletions download_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Please seed the torrents for as long as possible. Shortly after release download
| 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) | |
| 2025-01 | [Academic Torrents](https://academictorrents.com/details/4fd14d4c3d792e0b1c5cf6b1d9516c48ba6c4a24) | |

### Other

Expand Down
2 changes: 1 addition & 1 deletion 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: "heart"|"cry"|"fire"|"holo_card"|"winner"|"laugh"|"dizziness"|"bravo"|"starstruck"|"clown"|"take_my_energy"|"nani"|"webman"|"spooky"|"cameras",
n: "fire"|"heart"|"cry"|"bravo"|"holo_card"|"winner"|"laugh"|"dizziness"|"starstruck"|"clown"|"take_my_energy"|"nani"|"webman"|"spooky"|"cameras",
s: {
u: string,
x: number,
Expand Down
140 changes: 140 additions & 0 deletions schemas/RC/2025.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
interface RedditComment_2025 {
_meta?: {
corrupted_body?: string,
is_edited?: boolean,
removal_type?: "deleted"|"removed"|"removed by reddit",
retrieved_2nd_on: number,
was_deleted_later?: boolean,
was_initially_deleted?: boolean,
},
all_awardings: [],
approved?: boolean,
approved_at_utc: null,
approved_by: null,
archived: boolean,
associated_award: null,
author: string,
author_cakeday?: boolean,
author_flair_background_color: null|string,
author_flair_css_class: null|string,
author_flair_richtext?: {
a?: string,
e: "text"|"emoji",
t?: string,
u?: string,
}[],
author_flair_template_id: null|string,
author_flair_text: null|string,
author_flair_text_color: null|"dark"|"light"|"",
author_flair_type?: "text"|"richtext",
author_fullname?: string,
author_is_blocked: boolean,
author_patreon_flair?: boolean,
author_premium?: boolean,
awarders: [],
banned_at_utc: null,
banned_by: null,
body: string,
can_gild: boolean,
can_mod_post: boolean,
collapsed: boolean,
collapsed_because_crowd_control: null,
collapsed_reason: null|"comment score below threshold"|"potentially toxic",
collapsed_reason_code: null|"DELETED"|"LOW_SCORE"|"POTENTIALLY_TOXIC",
comment_type: null,
controversiality: number,
created: number,
created_utc: number,
distinguished: null|"moderator"|"admin",
downs: number,
editable?: boolean,
edited: boolean|number,
expression_asset_data?: {
[key: string]: {
avatar: {
e: "Image",
m: "image/png",
s: {
u: string,
x: number,
y: number,
},
},
expression: {
e: " Image",
l: "FRONT"|"BACK",
m: "image/png",
n: "bravo"|"fire",
s: {
u: string,
x: number,
y: number,
},
}[],
perspective: "CROPPED"|"FULL_BODY",
position: "CENTER",
size: "SIZE_1_X_1"|"SIZE_1_X_2",
},
},
gilded: number,
gildings: {
},
id: string,
ignore_reports?: boolean,
is_submitter: boolean,
likes: null,
link_id: string,
locked: boolean,
media_metadata?: {
[key: string]: {
e?: "Image"|"AnimatedImage",
ext?: string,
id?: string,
m?: "image/jpeg"|"image/gif"|"image/png",
p?: {
u: string,
x: number,
y: number,
}[],
s?: {
gif?: string,
mp4?: string,
u?: string,
x: number,
y: number,
},
status: "valid"|"unprocessed"|"invalid",
t?: "giphy"|"emoji"|"sticker",
},
},
mod_note: null,
mod_reason_by: null,
mod_reason_title: null,
mod_reports: [],
name: string,
no_follow: boolean,
num_reports: null,
parent_id: string,
permalink: string,
removal_reason: null|"legal",
removed?: boolean,
replies: "",
report_reasons: null,
retrieved_on: number,
saved: boolean,
score: number,
score_hidden: boolean,
send_replies: boolean,
spam?: boolean,
stickied: boolean,
subreddit: string,
subreddit_id: string,
subreddit_name_prefixed: string,
subreddit_type: "public"|"restricted"|"user"|"archived",
top_awarded_type: null,
total_awards_received: number,
treatment_tags: [],
unrepliable_reason: null,
ups: number,
user_reports: [],
}
Loading

0 comments on commit c3c4bdf

Please sign in to comment.