Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

alecharp/get-videos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

alecharp/get-videos

Description

This docker image enable you to download any video from youtube, for example, in its best audio and video quality, without having to install any software on your computer, beside of docker.

Usage

docker pull alecharp/get-videos:[latest|stable|<version>]
docker run -v $(pwd):/downloads -ti alecharp/get-videos [--audio] $VIDEO_URL

Tags

As I'm using the git-flow process, master is stable, dev is unstable, or in-progress and each release has a tag.

The image has 2 evolving tags: latest and stable. latest is built against dev branch, which should be considered as unstable. The master branch generate a stable image. Then there is a tag for every release.

Changelog

v1.2

  • support -f and --format option for audio file
  • convert to mp3 audio file by default

v1.1

  • support -a and --audio option to download only the audio part

v1.0

  • first image release
  • download and merge best video and audio
  • use volume /downloads to store the files
  • create hierarchy of folder based on the video's uploader's name

About

Using docker to download videos from youtube or others

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages