Giter VIP home page Giter VIP logo

cli-youtube-downloader's Introduction

YOUTUBE DOWNLOADER (CLI version)

What is this project ?

This project is a command line version of a YouTube downloader. This version is coded with Python and its pytube library.

Run the project

Follow these steps to run the YouTube Downloader:

  1. Go to the repository homepage.

  2. Click on the green "<> Code" button, go to the "Local" tab and download the ZIP.

  3. Unpack the zip file.

  4. Install Python if not done by going to the official website and following the instructions for your operating system.

  5. Open a terminal or a command prompt and go to the project directory. For example:

cd Downloads/cli-youtube-downloader-main/
  1. Install the necessary packages for the program with:
python3 -m pip install -r requirements.txt
  1. Navigate with the cd command to the "scr" folder:
cd src/
  1. Run the main.py file by doing:
python3 main.py
  1. Follow the on-screen instructions. When you will download a video, you will find it in the "downloads" folder.

You want to contribute ?

If you want to contribute to this project, you are welcome! For this, there are a few steps:

  1. Create a fork of this project in your GitHub account.

  2. Clone this fork on your machine with:

    # make sure that git is installed before doing this
    git clone https://github.com/your-username/cli-youtube-downloader.git
  3. Create a new branch that describes what you want to do by entering:

    git checkout -b my-branch
  4. Make your changes.

Important: add your GitHub username to the CONTRIBUTORS.md file following the syntax of the creator.

  1. Add the files you have modified:

    git add .
  2. Make a commit where you say everything youโ€™ve done:

    git commit -m "change... and add..."

Please start your commit with a lowercase letter to ensure continuity of commit history

  1. Push your changes to GitHub:

    git push -u origin my-branch
  2. Make a pull request by going to the project fork page and clicking on "Contribute > Open pull request". A window will open, and you will be able to explain in more detail all the changes you have made.

  3. Validate and then wait for validation... ๐Ÿ˜Š

License

This project is under a MIT license.

cli-youtube-downloader's People

Contributors

timotheemm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.