Explorar o código

Added --stream-piece-selector option to -i list option.

Tatsuhiro Tsujikawa %!s(int64=14) %!d(string=hai) anos
pai
achega
bea21e0afa
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/download_helper.cc

+ 2 - 1
src/download_helper.cc

@@ -168,7 +168,8 @@ const std::set<std::string>& listRequestOptions()
     PREF_BT_EXCLUDE_TRACKER,
     PREF_RETRY_WAIT,
     PREF_METALINK_BASE_URI,
-    PREF_PAUSE
+    PREF_PAUSE,
+    PREF_STREAM_PIECE_SELECTOR
   };
   static std::set<std::string> requestOptions
     (vbegin(REQUEST_OPTIONS), vend(REQUEST_OPTIONS));