Explorar el Código

Document proxy

Philipp Hagemeister hace 12 años
padre
commit
a1ee09e815
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      youtube_dl/YoutubeDL.py

+ 2 - 1
youtube_dl/YoutubeDL.py

@@ -128,7 +128,8 @@ class YoutubeDL(object):
                        Videos already present in the file are not downloaded
                        Videos already present in the file are not downloaded
                        again.
                        again.
     cookiefile:        File name where cookies should be read from and dumped to.
     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 following parameters are not used by YoutubeDL itself, they are used by
     the FileDownloader:
     the FileDownloader: