Skip to content

Commit

Permalink
Update subscriptions.json
Browse files Browse the repository at this point in the history
Added new db column "output_format". This column can contain file profile names. All videos are downloaded with the formats listed inside this column (multiple possible)
  • Loading branch information
j54j6 committed Sep 21, 2024
1 parent 1847d78 commit 92729c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scheme/subscriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"subscription_content_count": {"type": "integer", "not_null": true},
"subscription_has_new_data": {"type": "integer", "not_null": true, "default": "1"},
"current_subscription_data": {"type": "text", "not_null": true},
"last_subscription_data": {"type": "text"}
"last_subscription_data": {"type": "text"},
"output_format": {"type": "text"}
}
}
}

0 comments on commit 92729c1

Please sign in to comment.