Git Product home page Git Product logo

youtube-video-downloader's Introduction

Youtube Video Downloader

How to install

  1. Clone this repository on your computer https://github.com/paveldat/youtube-video-downloader.git
  2. Install all the requirements pip install -r requirements.txt
  3. Run the usage python youtube_downloader.py -h

Advantages

  1. This is an API that can easily be implemented into your project
  2. Supports any links from Youtube
  3. It has argparse for convenient use from the console
  4. Accepts all possible arguments

Usage python youtube_downloader.py -h

usage: youtube_downloader.py [-h] [-o output_path] [-f filename] [-p filename_prefix] [-s] [-t timeout] [-m max_retries] url

positional arguments:
  url                   URL to the video

options:
  -h, --help            show this help message and exit
  -o output_path, --output-path output_path
                        Output path for writing media file. If one is not specified, defaults to the current working directory.
  -f filename, --filename filename
                        Output filename (stem only) for writing media file. If one is not specified, the default filename is used.
  -p filename_prefix, --filename-prefix filename_prefix
                        A string that will be prepended to the filename. For example a number in a playlist or the name of a series. If one is not specified, nothing will be prepended. This is separate from
                        filename so you can use the default filename but still add a prefix.
  -s, --skip-existing   Skip existing files, defaults to True.
  -t timeout, --timeout timeout
                        Request timeout length in seconds. Uses system default.
  -m max_retries, --max-retries max_retries
                        Number of retries to attempt after socket timeout. Defaults to 0.

youtube-video-downloader's People

Contributors

paveldat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.