Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morganestes/ooyala-video-downloader
Download original videos from your Ooyala Account
https://github.com/morganestes/ooyala-video-downloader
Last synced: about 1 month ago
JSON representation
Download original videos from your Ooyala Account
- Host: GitHub
- URL: https://github.com/morganestes/ooyala-video-downloader
- Owner: morganestes
- License: gpl-3.0
- Created: 2013-05-03T21:27:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T05:15:31.000Z (over 9 years ago)
- Last Synced: 2023-07-27T23:26:08.246Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Ooyala Video Downloader
## Overview
Download the original video files from your account using the Ooyala API.
## Instructions
* Clone this repository (including submodules) to a local location.
* Invoke `OoyalaApiConfig::init()`, passing your API and secret keys as parameters.
* From the command line, run `php get-videos.php`.## Version History
== 1.0.1 ==
- Remove the empty call to `OoyalaApiConfig::init()`.
- Update documentation to reflect how to set up with your own keys.== 1.0.0 ==
First Composer-enabled release with a massive rewrite:- Namespaced classes.
- Only methods related to retrieving and saving files are left.
- No more database storage requirements.
- All configuration takes place in OoyalaApiConfig.
== 0.2.0 ==
- Update the SDK and references to it.
- Unbundle the SDK and re-add it as a Git submodule.
- Update minimum PHP version to 5.4.== 0.1.0 ==
- Initial Release[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/morganestes/ooyala-video-downloader/trend.png)](https://bitdeli.com/free "Bitdeli Badge")