From 4838750cf578ae6c6433aacf9c409760b699b75f Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Fri, 12 Jan 2024 17:58:49 +0300 Subject: [PATCH] updated readme. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a8411de9..53378f12 100644 --- a/README.md +++ b/README.md @@ -163,12 +163,6 @@ The `config/ytdlp.json`, is a json file which can be used to alter the default ` "windowsfilenames": true, // Write subtitles if the stream has them. "writesubtitles": true, - // How many parts to download at the same time. - "concurrent_fragment_downloads": 10, - // If we encounter error during downloading how many times should we retry. - "fragment_retries": 10, - // Should we skip fragments? sometimes skipping fragments leads to missing live stream fragments. - "skip_unavailable_fragments": false, // Write info.json file for each download. It can be used by many tools to generate info etc. "writeinfojson": true, // Write thumbnail if available.