X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/71dc18fa29263a1ff0472c23d81bfc8dd4422d48..b4e0d75848e9447cee2cd3646ce54d4744a7ff56:/README.md diff --git a/README.md b/README.md index d10832103..8db2d4f06 100644 --- a/README.md +++ b/README.md @@ -610,12 +610,14 @@ ## Download Options: --no-hls-use-mpegts Do not use the mpegts container for HLS videos. This is default when not downloading live streams - --download-sections REGEX Download only chapters whose title matches - the given regular expression. Time ranges - prefixed by a "*" can also be used in place - of chapters to download the specified range. - Needs ffmpeg. This option can be used - multiple times to download multiple + --download-sections REGEX Download only chapters that match the + regular expression. A "*" prefix denotes + time-range instead of chapter. Negative + timestamps are calculated from the end. + "*from-url" can be used to download between + the "start_time" and "end_time" extracted + from the URL. Needs ffmpeg. This option can + be used multiple times to download multiple sections, e.g. --download-sections "*10:15-inf" --download-sections "intro" --downloader [PROTO:]NAME Name or path of the external downloader to