studionow / pybrightcove

Python Implementation of the Brightcove Backend Integration API
http://help.brightcove.com/developer/docs/mediaapi/media-API.cfm
MIT License
29 stars 28 forks source link

Adding concrete example script #44

Open gregfenton opened 9 years ago

gregfenton commented 9 years ago

I've made a few tweaks to the library to be a tad more developer friendly. Specifically, the ability to send in keywords for fetching custom fields, fetching of Renditions, and setting media_delivery without making extra calls.

Additionally, I added a "copy" script that downloads a list of videos from one account and uploads to another while preserving custom fields.

Feedback welcome and appreciated.