Merge branch 'develop' of github.com:Rudloff/alltube into develop
This commit is contained in:
commit
c5e3c618f2
2 changed files with 3 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "rudloff/alltube",
|
"name": "rudloff/alltube",
|
||||||
"description": "HTML GUI for youtube-dl",
|
"description": "HTML GUI for youtube-dl",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0-only",
|
||||||
"homepage": "http://alltubedownload.net/",
|
"homepage": "http://alltubedownload.net/",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
|
|
|
@ -11,16 +11,9 @@ You can ususally download the video by doing *File > Save to* or *ctrl + S*.
|
||||||
## How do I change config parameters?
|
## How do I change config parameters?
|
||||||
|
|
||||||
You need to create a YAML file called `config.yml` in the `config/` folder.
|
You need to create a YAML file called `config.yml` in the `config/` folder.
|
||||||
Here are the parameters that you can set:
|
|
||||||
|
|
||||||
* `youtubedl`: path to your youtube-dl binary
|
See [`config.example.yml`](../config/config.example.yml)
|
||||||
* `python`: path to your python binary
|
for a list of parameters you can set and their default value.
|
||||||
* `params`: an array of parameters to pass to youtube-dl
|
|
||||||
* `convert`: true to enable audio conversion
|
|
||||||
* `avconv`: path to your avconv or ffmpeg binary
|
|
||||||
* `remux`: enable remux mode (experimental)
|
|
||||||
|
|
||||||
See [`config.example.yml`](../config/config.example.yml) for default values.
|
|
||||||
|
|
||||||
## How do I enable audio conversion?
|
## How do I enable audio conversion?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue