aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-21 00:33:53 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-21 00:37:10 +0100
commit7e8c0af0044b974c7b5ef5cd79be32a0aa7c4807 (patch)
treed730eca210218cb7452f41bd1f14fa5e8384e695 /youtube_dl/YoutubeDL.py
parentd2983ccb256881e0704f1c134bafe398afbb28fb (diff)
downloadyoutube-dl-7e8c0af0044b974c7b5ef5cd79be32a0aa7c4807.tar.xz
Add --prefer-insecure option (Fixes #2364)
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r--youtube_dl/YoutubeDL.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 983c00a6a..c5d08b0bb 100644
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -148,6 +148,8 @@ class YoutubeDL(object):
again.
cookiefile: File name where cookies should be read from and dumped to.
nocheckcertificate:Do not verify SSL certificates
+ prefer_insecure: Use HTTP instead of HTTPS to retrieve information.
+ At the moment, this is only supported by YouTube.
proxy: URL of the proxy server to use
socket_timeout: Time to wait for unresponsive hosts, in seconds
bidi_workaround: Work around buggy terminals without bidirectional text