Skip to content

Commit

Permalink
Update video upload blog links
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Sep 28, 2023
1 parent ac848d6 commit e8be78d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 52 deletions.
24 changes: 1 addition & 23 deletions templates/documentation/vod/progressive-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,26 +334,4 @@ All api.video clients automatically use the `Content-Range: bytes` method to upl

## Resources

Check out api.video's blog content on video upload:

- [Video upload with cURL](https://api.video/blog/tutorials/video-upload-tutorial) - **cURL**

- [Video upload (large videos) with cURL](https://api.video/blog/tutorials/video-upload-tutorial-large-videos) **cURL**

- [Upload many files at once with HTML and JavaScript](https://api.video/blog/tutorials/upload-many-files-at-once-with-html-and-javascript) - **JavaScript** Upload many files at once using an HTML form and JavaScript without the api.video client.

- [Upload a video with Laravel](https://api.video/blog/tutorials/upload-a-video-with-laravel) - **PHP** Create a form that uploads a video to api.video using Laravel.

- [Upload a video with the api.video PHP client](https://api.video/blog/tutorials/upload-a-video-with-the-api-video-php-client) - **PHP** A tutorial about how to upload a video with the PHP API client, this will work for large or small files and uses the Content-Range header method.

- [Progressively upload large video files without compromising speed](https://api.video/blog/tutorials/progressively-upload-large-video-files-without-compromising-on-speed) - **Python** A tutorial that walks you through using progressive uploads without using an API client.

- [Upload a big video file using Python](https://api.video/blog/tutorials/upload-a-big-video-file-using-python) - **Python** Learn how to break a large video file into chunks and upload each chunk using Python.

- [Upload a video from your computer with the api.video API](https://api.video/blog/tutorials/upload-a-video-from-your-computer-with-the-api-video-api-python) - **Python** Upload a video from your computer using Python.

- [Upload a video to api.video using a public URL](https://api.video/blog/tutorials/upload-a-video-with-the-api-video-api-using-a-public-url-python) - **Python** Learn how to upload a video from a public mp4 link.

- [Upload a video with the api.video Python Client](https://api.video/blog/tutorials/upload-a-video-with-the-api-video-python-client) - **Python** Upload a video of any size using api.video's Python client.

- [Use Flask with Dropzone.js to upload videos under 200 MiB (no client)](https://api.video/blog/tutorials/use-flask-with-dropzone-js-to-upload-videos-under-128mb-no-client) - **Python** Learn how to do an upload for files under 200 MiB without using an api.video client.
Check out api.video's blog content and tutorials about [video uploads](https://api.video/blog/endpoints/video-upload/), [private videos](https://api.video/blog/endpoints/private-videos/), and delegated uploads](https://api.video/blog/endpoints/delegated-upload/)!
24 changes: 1 addition & 23 deletions templates/documentation/vod/upload-a-video-regular-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,26 +413,4 @@ If you're just getting started, this two-part upload process is ideal for you. I

## Resources

Check out api.video's blog content on video upload:

- [Video upload with cURL](https://api.video/blog/tutorials/video-upload-tutorial) - **cURL**

- [Video upload (large videos) with cURL](https://api.video/blog/tutorials/video-upload-tutorial-large-videos) **cURL**

- [Upload many files at once with HTML and JavaScript](https://api.video/blog/tutorials/upload-many-files-at-once-with-html-and-javascript) - **JavaScript** Upload many files at once using an HTML form and JavaScript without the api.video client.

- [Upload a video with Laravel](https://api.video/blog/tutorials/upload-a-video-with-laravel) - **PHP** Create a form that uploads a video to api.video using Laravel.

- [Upload a video with the api.video PHP client](https://api.video/blog/tutorials/upload-a-video-with-the-api-video-php-client) - **PHP** A tutorial about how to upload a video with the PHP API client, this will work for large or small files and uses the Content-Range header method.

- [Progressively upload large video files without compromising speed](https://api.video/blog/tutorials/progressively-upload-large-video-files-without-compromising-on-speed) - **Python** A tutorial that walks you through using progressive uploads without using an API client.

- [Upload a big video file using Python](https://api.video/blog/tutorials/upload-a-big-video-file-using-python) - **Python** Learn how to break a large video file into chunks and upload each chunk using Python.

- [Upload a video from your computer with the api.video API](https://api.video/blog/tutorials/upload-a-video-from-your-computer-with-the-api-video-api-python) - **Python** Upload a video from your computer using Python.

- [Upload a video to api.video using a public URL](https://api.video/blog/tutorials/upload-a-video-with-the-api-video-api-using-a-public-url-python) - **Python** Learn how to upload a video from a public mp4 link.

- [Upload a video with the api.video Python Client](https://api.video/blog/tutorials/upload-a-video-with-the-api-video-python-client) - **Python** Upload a video of any size using api.video's Python client.

- [Use Flask with Dropzone.js to upload videos under 200 MiB (no client)](https://api.video/blog/tutorials/use-flask-with-dropzone-js-to-upload-videos-under-128mb-no-client) - **Python** Learn how to do an upload for files under 200 MiB without using an api.video client.
Check out api.video's blog content and tutorials about [video uploads](https://api.video/blog/endpoints/video-upload/), [private videos](https://api.video/blog/endpoints/private-videos/), and delegated uploads](https://api.video/blog/endpoints/delegated-upload/)!
10 changes: 4 additions & 6 deletions templates/documentation/vod/video-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,12 @@ This video session will be tagged as watched by Doug - allowing for in-depth ana

## Resources

* [Creating and uploading videos](https://api.video/blog/tutorials/video-upload-tutorial)
Check out api.video's blog content and tutorials about:

* [Creating](https://api.video/blog/endpoints/video-create/) and [uploading](https://api.video/blog/endpoints/video-upload/) videos

* [Uploading large videos](https://api.video/blog/tutorials/video-upload-tutorial-large-videos)

* [Using tags with videos](https://api.video/blog/tutorials/video-tagging-best-practices)

* [Private videos](https://api.video/blog/tutorials/tutorial-private-videos)

* [Using Dynamic Metadata](https://api.video/blog/tutorials/dynamic-metadata)

* Full list of [tutorials](https://api.video/blog/endpoints/video-create) that demonstrate this endpoint.
* [Private videos](https://api.video/blog/endpoints/private-videos/)

0 comments on commit e8be78d

Please sign in to comment.