Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from ed-george/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ed-george authored Mar 15, 2017
2 parents 7dace80 + 6b67f4a commit ec4cad3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

*Inspired by [YTVimeoExtractor](https://github.com/lilfaf/YTVimeoExtractor) for iOS.*

###Add to project
### Add to project

To use this library, simply add JitPack as a repository source in your `build.gradle` at the end of the repositories section:

```groovy
Expand All @@ -25,7 +26,8 @@ dependencies {
That's it!
NOTE: To get the latest version visit [this link](https://jitpack.io/#ed-george/AndroidVimeoExtractor)

###Usage
### Usage

**Requires Minimum SDK 9 - Android 2.3**

Video information can be extracted from an identifier:
Expand Down Expand Up @@ -63,8 +65,11 @@ VimeoExtractor.getInstance().fetchVideoWithURL("https://vimeo.com/1234", null, n
```
Please build and read the documentation for a better oversight of the information available from each video.

#### Private Videos

###License
When requesting information on private videos - pass the referrer parameter as `null`, this will ensure the default header is sent and should avoid any HTTP 403 Forbidden errors.

### License


The MIT License (MIT)
Expand All @@ -89,6 +94,7 @@ Please build and read the documentation for a better oversight of the informatio
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

####Finally...
#### Finally...

This library is in no way associated with Vimeo. Please only use this library at your own risk after accepting and acknowledging the [Vimeo Terms of Service](https://vimeo.com/terms).

0 comments on commit ec4cad3

Please sign in to comment.