1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 22:57:15 +08:00

Composer package

This commit is contained in:
Pierre Rudloff 2016-01-12 11:59:58 +01:00
parent be27283ef6
commit 7c1da238bf
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -32,4 +32,5 @@ test/testdata
.tox
youtube-dl.zsh
.idea
.idea/*
.idea/*
vendor/

5
composer.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "rg3/youtube-dl",
"description": "Small command-line program to download videos from YouTube.com and other video sites",
"license": "Unlicense"
}