Skip to content

Instantly share code, notes, and snippets.

@humandb
Last active August 29, 2015 14:07
Show Gist options
  • Save humandb/e47df0167070d77712f5 to your computer and use it in GitHub Desktop.
Save humandb/e47df0167070d77712f5 to your computer and use it in GitHub Desktop.
Delivery Service - S3 to Youtube API call
{
"items" : [
{
"source" : {
"uri" : "s3://path/to/file.mp4",
"metadata" : {}
},
"destination" : {
"uri" : "youtube://owner/channel-id",
"metadata" : {
"title" : "Test title",
"description": "Test description",
"tags": ["tag", "tag2"],
"privacyStatus" : "public",
"ownership" : {
"list": [],
"mode": "exclude"
},
"matchPolicy": {
"contentType" : "audio",
"action" : "monetize",
"territories": {
"list" : [ "ES", "PT"],
"mode": "include"
}
},
"usagePolicy" : {
"contentType" : "audiovisual",
"action" : "block",
"territories" : {
"list" : [],
"mode": "exclude"
}
}
}
}
}
]
}
@henricook
Copy link

Cool as long as platform bear in mind this might happen eventually in their DB model, the change for them would be a single argument to an array later - which i guess is fine

@humandb
Copy link
Author

humandb commented Oct 14, 2014

Note to self, embeddable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment