mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-03 19:06:39 -04:00
Embed
This commit is contained in:
parent
5aa8f127c4
commit
3d453dc6e5
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ field_actions = {
|
|||
"domain_override": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"downs": FieldAction.SPECIAL_NO_OVERWRITE,
|
||||
"edited": FieldAction.OVERWRITE,
|
||||
"embed_type": FieldAction.ALLOW_EMPTY,
|
||||
"embed_url": FieldAction.ALLOW_EMPTY,
|
||||
"embed_type": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"embed_url": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"event_end": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"event_is_live": FieldAction.OVERWRITE_NOT_NONE,
|
||||
"event_start": FieldAction.OVERWRITE_NOT_NONE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue