Giter VIP home page Giter VIP logo

youtube-downloader's Introduction

youtube-downloader

About

The script is downloader from YouTube.

Requirement

  • After Gauche 0.9.3 release.
  • Network that can connect to YouTube

Command format

yd [options] [URL ...]

Example

yd "http://www.youtube.com/watch?v=uHlDtZ6Oc3s"

Option

-h, --help

Print help text and exit.

-s, --show

Print available video format code.

-f FORMAT, --format=FORMAT

Video format code.

You can select any of video format code that was printed by show option.

Refer the list of YouTube formats on Wikipedia.

http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs

If omitted, choose the highest quality.

-o TEMPLATE, --output=TEMPLATE

The -o option allows users to indicate a template for the output file names.

The basic usage is not to set any template arguments when downloading a single file, like in yd -o funny_video.flv "http://some/video".

It may contain special sequences that will be replaced when downloading each video.

The special sequences have the format %(NAME)s.

Allowed names are:

$id The sequence will be replaced by the video identifier.
$title The sequence will be replaced by the literal video title.
$ext The sequence will be replaced by the appropriate extension (like flv or mp4).
$timestamp The sequence will be replaced by the Unix epoch when creating the file.

-a FILE, --batch-file=FILE

File containing URLs to download.

-c, --continue

Resume partially downloaded files.

rtmp

Not support rtmo

License

yd.scm is BSD style license.

See also COPYING.

youtube-downloader's People

Contributors

saitoatsushi avatar

Watchers

henteko avatar Ghidorah 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.