about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-24 15:03:25 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-24 15:03:25 +0100
commita1ee09e815cb413d67cee17ad686224b26182dfb (patch)
tree10ca0a839ccb78653e2c6274f2206e5c833159ce
parentdca087205692c934163ec9aca5962056f890cd19 (diff)
downloadyoutube-dl-a1ee09e815cb413d67cee17ad686224b26182dfb.tar.gz
youtube-dl-a1ee09e815cb413d67cee17ad686224b26182dfb.tar.xz
youtube-dl-a1ee09e815cb413d67cee17ad686224b26182dfb.zip
Document proxy
-rw-r--r--youtube_dl/YoutubeDL.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 72ccfa2ae..0a845a344 100644
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -128,7 +128,8 @@ class YoutubeDL(object):
                        Videos already present in the file are not downloaded
                        again.
     cookiefile:        File name where cookies should be read from and dumped to.
-    nocheckcertificate Do not verify SSL certificates
+    nocheckcertificate:Do not verify SSL certificates
+    proxy:             URL of the proxy server to use
 
     The following parameters are not used by YoutubeDL itself, they are used by
     the FileDownloader: