2017-08-21 20:10:21 +02:00
|
|
|
---
|
2017-08-21 20:22:08 +02:00
|
|
|
# Path to your youtube-dl binary
|
2023-03-30 21:41:08 +02:00
|
|
|
youtubedl: vendor/yt-dlp/yt-dlp/yt_dlp/__main__.py
|
2017-08-21 20:22:08 +02:00
|
|
|
|
|
|
|
# Path to your python binary
|
2015-10-31 15:42:25 +01:00
|
|
|
python: /usr/bin/python
|
2017-08-21 20:22:08 +02:00
|
|
|
|
|
|
|
# An array of parameters to pass to youtube-dl
|
2016-04-08 19:37:59 +02:00
|
|
|
params:
|
|
|
|
- --no-warnings
|
2017-11-11 13:58:55 +01:00
|
|
|
- --ignore-errors
|
|
|
|
- --flat-playlist
|
|
|
|
- --restrict-filenames
|
2018-05-23 21:43:34 +02:00
|
|
|
- --no-playlist
|
2023-03-30 21:41:08 +02:00
|
|
|
- --use-extractors
|
|
|
|
- default,-generic
|
2017-08-21 20:22:08 +02:00
|
|
|
|
|
|
|
# True to enable audio conversion
|
2015-10-31 15:42:25 +01:00
|
|
|
convert: false
|
2017-08-21 20:22:08 +02:00
|
|
|
|
2018-01-24 23:30:24 +01:00
|
|
|
# True to enable advanced conversion mode
|
|
|
|
convertAdvanced: false
|
|
|
|
|
|
|
|
# List of formats available in advanced conversion mode
|
|
|
|
convertAdvancedFormats: [mp3, avi, flv, wav]
|
|
|
|
|
2020-06-22 23:26:47 +02:00
|
|
|
# Path to your ffmpeg binary
|
|
|
|
ffmpeg: /usr/bin/ffmpeg
|
2017-08-21 20:22:08 +02:00
|
|
|
|
2020-06-22 23:26:47 +02:00
|
|
|
# ffmpeg logging level.
|
|
|
|
ffmpegVerbosity: error
|
2017-12-09 23:16:48 +01:00
|
|
|
|
2018-01-25 15:10:11 +01:00
|
|
|
# Path to the directory that contains the phantomjs binary.
|
2020-06-22 23:16:42 +02:00
|
|
|
phantomjsDir: /usr/bin/
|
2018-01-25 15:10:11 +01:00
|
|
|
|
2017-08-21 20:22:08 +02:00
|
|
|
# True to disable URL rewriting
|
2017-01-10 23:37:29 +01:00
|
|
|
uglyUrls: false
|
2017-08-21 20:22:08 +02:00
|
|
|
|
|
|
|
# True to stream videos through server
|
2020-01-18 22:56:55 +01:00
|
|
|
# Set to "ask" if you want to allow it but not enable by default.
|
2017-01-16 11:29:56 +01:00
|
|
|
stream: false
|
2017-11-10 23:50:17 +01:00
|
|
|
|
2018-12-28 19:36:01 +01:00
|
|
|
# True to enable remux mode (merge best audio and best video)
|
|
|
|
remux: false
|
|
|
|
|
2017-11-10 23:50:17 +01:00
|
|
|
# MP3 bitrate when converting (in kbit/s)
|
|
|
|
audioBitrate: 128
|
2019-01-06 16:59:16 +01:00
|
|
|
|
|
|
|
# App name
|
|
|
|
appName: AllTube Download
|
2019-05-08 19:46:37 +02:00
|
|
|
|
|
|
|
# Generic formats supported by youtube-dl
|
|
|
|
genericFormats:
|
2020-06-20 13:33:16 +02:00
|
|
|
best/bestvideo: Best
|
2019-05-08 19:46:37 +02:00
|
|
|
bestvideo+bestaudio: Remux best video with best audio
|
2020-06-20 13:33:16 +02:00
|
|
|
worst/worstvideo: Worst
|
2019-11-27 23:49:01 +01:00
|
|
|
|
|
|
|
# Enable debug mode.
|
|
|
|
debug: false
|
2020-09-29 22:07:20 +00:00
|
|
|
|
|
|
|
# True to enable audio conversion mode by default
|
|
|
|
defaultAudio: false
|
2020-10-17 12:14:36 +00:00
|
|
|
|
|
|
|
# False to disable convert seek functionality
|
|
|
|
convertSeek: true
|