mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-24 15:15:24 -04:00
Subreddit can change
This commit is contained in:
parent
746d0a8330
commit
a0e1817d20
2 changed files with 4 additions and 2 deletions
|
@ -103,7 +103,7 @@ field_actions = {
|
|||
"spam": FieldAction.DELETE,
|
||||
"stickied": FieldAction.OVERWRITE,
|
||||
"subreddit": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"subreddit_id": FieldAction.ALLOW,
|
||||
"subreddit_id": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"subreddit_name_prefixed": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"subreddit_type": FieldAction.DONT_OVERWRITE,
|
||||
"top_awarded_type": FieldAction.ALLOW_EMPTY,
|
||||
|
@ -263,7 +263,7 @@ field_actions = {
|
|||
"stickied": FieldAction.OVERWRITE,
|
||||
"subcaption": FieldAction.OVERWRITE,
|
||||
"subreddit": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"subreddit_id": FieldAction.ALLOW,
|
||||
"subreddit_id": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"subreddit_name_prefixed": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"subreddit_subscribers": FieldAction.OVERWRITE_IF_NONE,
|
||||
"subreddit_type": FieldAction.DONT_OVERWRITE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue