Skip to content

Commit

Permalink
added docs for replacing video source file
Browse files Browse the repository at this point in the history
  • Loading branch information
greedo committed Sep 15, 2014
1 parent 780fe8a commit 419bef9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ v = vimeo.VimeoClient(
video_uri = v.upload('your-filename.mp4')
```

##### Replacing video source file

Once you have an authenticated instance of the `VimeoClient` class, you can also replace the source file of an existing video.

```
v.replace(video_uri='video_uri',
filename='your-filename.mp4',
redirect_url='redirect_url',
upgrade_to_1080=False)
```

### Uploading a picture

Once you have an authenticated instance of the `VimeoClient` class, uploading a picture requires only the target object (for instance, the video for which you would like to replace the thumbnail).
Expand Down

0 comments on commit 419bef9

Please sign in to comment.