Skip to content

antunesleo/youtrim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtrim

Download and trim youtube videos! . Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

Sometimes we need a easy way to trim/crop a youtube video. This tool just do that!

(back to top)

Getting Started

Prerequisites

  • Docker

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/antunesleo/youtrim
  2. Build docker image
    docker-compose build
  3. Have fun!
    docker-compose run youtrim trim --url https://www.youtube.com/watch\?v\=ljeCPM38d8U --start 2 --end 4

(back to top)

Tests

  1. Unit
    docker-compose run --entrypoint='go test  ./... -run Unit' youtrim
  2. Integration
    docker-compose run --entrypoint='go test  ./... -run Integration' youtrim

Usage

docker-compose run youtrim trim --url url --start startSecond --end endSecond

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Leo Antunes - [email protected]

(back to top)

Releases

No releases published

Packages

No packages published