From bea21e0afab42cddd1358a605f18f1326128d4ae Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 16 Jun 2011 21:45:47 +0900 Subject: [PATCH] Added --stream-piece-selector option to -i list option. --- src/download_helper.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/download_helper.cc b/src/download_helper.cc index 462df731..90db76f8 100644 --- a/src/download_helper.cc +++ b/src/download_helper.cc @@ -168,7 +168,8 @@ const std::set& listRequestOptions() PREF_BT_EXCLUDE_TRACKER, PREF_RETRY_WAIT, PREF_METALINK_BASE_URI, - PREF_PAUSE + PREF_PAUSE, + PREF_STREAM_PIECE_SELECTOR }; static std::set requestOptions (vbegin(REQUEST_OPTIONS), vend(REQUEST_OPTIONS));