diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-24 01:38:48 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-24 01:38:48 +0100 |
commit | 222516d97d5ff9e62f3a9860fe2e65aa99c001b3 (patch) | |
tree | aefcc3ec30eb99616bde4d5c50a2f8ac2734704b /youtube_dl/YoutubeDL.py | |
parent | a055469fafe088b6aa0e569d989cbf7f70535951 (diff) |
[downloader] Lay groundwork for external downloaders.
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
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 e61e6c2a7..54e732943 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -219,6 +219,7 @@ class YoutubeDL(object): 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. + external_downloader: Executable of the external downloader to call. The following parameters are not used by YoutubeDL itself, they are used by |