From 3a2c78a2dafa85bda6d84101ae5ecc6ca58d15ef Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 26 Nov 2012 23:23:33 +0100 Subject: [PATCH] Document configuration options --- documentation.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation.html b/documentation.html index 4b7b8edc2..b2d6eae89 100644 --- a/documentation.html +++ b/documentation.html @@ -23,6 +23,7 @@
  • Proxy support
  • YouTube formats
  • Output template
  • +
  • Configuration
  • @@ -57,8 +58,11 @@
  • Google Video.
  • Google Video searches ("gvsearch" keyword).
  • Photobucket videos.
  • +
  • Dailymotion.
  • DepositFiles.
  • blip.tv.
  • @@ -95,6 +99,12 @@

    As you may have guessed, the default template is %(id)s.%(ext)s. When some command line options are used, it's replaced by other templates like %(stitle)s-%(id)s.%(ext)s. You can specify your own.

    +

    Configuration

    + +

    +You can configure youtube-dl by placing default arguments (such as --extract-audio --no-mtime to always extract the audio and not copy the mtime) into /etc/youtube-dl.conf and/or ~/.local/config/youtube-dl.conf. +

    +