diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-23 12:05:01 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-23 12:05:01 +0100 |
commit | 5f0d813d9395848e92a1c6d83335360652d654c1 (patch) | |
tree | 4a7f8ec160f94293c9d5b30404b8cc8a56730e85 /youtube_dl/YoutubeDL.py | |
parent | 501f13fbf3d1f7225f91e3e0ad008df2cd3219f1 (diff) | |
parent | ca7a9c1bf7c57d1a5da9a24dd7618d95cb93102a (diff) |
Merge remote-tracking branch 'rupertbaxter2/master'
Conflicts:
youtube_dl/__init__.py
youtube_dl/downloader/common.py
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 8ef74e414..8f34b17b4 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -217,6 +217,7 @@ class YoutubeDL(object): source_address: (Experimental) Client-side IP address to bind to. call_home: Boolean, true iff we are allowed to contact the youtube-dl servers for debugging. + sleep_interval: Number of seconds to sleep before each download. The following parameters are not used by YoutubeDL itself, they are used by |