diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 14:16:43 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 14:16:43 +0100 |
commit | 04b4d394d92e325095fbf096f3f62bc4013fc785 (patch) | |
tree | 933ad1fccd46aab59629d3a35e760326036e767e /youtube_dl/YoutubeDL.py | |
parent | 130f12985a9b44781680083d9bcc200a79e9395d (diff) |
Add new --default-search option (#2193)
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index dc8aa788c..c6430d367 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -152,6 +152,8 @@ class YoutubeDL(object): support, using fridibi debug_printtraffic:Print out sent and received HTTP traffic include_ads: Download ads as well + default_search: Prepend this string if an input url is not valid. + 'auto' for elaborate guessing The following parameters are not used by YoutubeDL itself, they are used by the FileDownloader: |