diff --git a/docs/commands/clips.md b/docs/commands/clips.md index 3dc8b95..10e8f4d 100644 --- a/docs/commands/clips.md +++ b/docs/commands/clips.md @@ -1,64 +1,47 @@ # twitch-dl clips -List or download clips for a channel. +List or download clips for given CHANNEL_NAME. ### USAGE ``` -twitch-dl clips [FLAGS] [OPTIONS] +twitch-dl clips [OPTIONS] CHANNEL_NAME ``` -### ARGUMENTS - - - - - - - - -
<channel_name>Name of the channel to list clips for.
- -### FLAGS - - - - - - - - - - - - - - - - - - -
-a, --allFetch all videos, overrides --limit
-j, --jsonShow results as JSON. Ignores --pager.
-d, --downloadDownload all videos in given period (in source quality)
- ### OPTIONS - - + + - - + + - + + + + + + + + + + + + + + + +
-l, --limitNumber of videos to fetch (default 10, max 100)-a, --allFetch all clips, overrides --limit
-P, --periodPeriod from which to return clips. Defaults to all_time. Possible values: last_day, last_week, last_month, all_time.-d, --downloadDownload clips in given period (in source quality)
-p, --pager-l, --limit INTEGERNumber of clips to fetch [max: 100] [default: 10]
-p, --pager INTEGER Number of clips to show per page. Disabled by default.
-P, --period TEXTPeriod from which to return clips Possible values: last_day, last_week, last_month, all_time. [default: all_time]
--jsonPrint data as JSON rather than human readable text
diff --git a/docs/commands/download.md b/docs/commands/download.md index adba295..12e9f35 100644 --- a/docs/commands/download.md +++ b/docs/commands/download.md @@ -3,27 +3,44 @@ Download videos or clips. + Pass one or more video ID, clip slug or Twitch URL to download. + + ### USAGE ``` -twitch-dl download [FLAGS] [OPTIONS] +twitch-dl download [OPTIONS] [IDS]... ``` -### ARGUMENTS +### OPTIONS - - + + - -
<videos>One or more video ID, clip slug or twitch URL to download.-a, --auth-token TEXTAuthentication token, passed to Twitch to access subscriber only VODs. Can be copied from the auth_token cookie in any browser logged in on Twitch.
-### FLAGS + + -c, --chapter INTEGER + Download a single chapter of the video. Specify the chapter number or use the flag without a number to display a chapter select prompt. + + + + -d, --dry-run + Simulate the download provcess without actually downloading any files. + + + + -e, --end TEXT + Download video up to this time (hh:mm or hh:mm:ss) + + + + -f, --format TEXT + Video format to convert into, passed to ffmpeg as the target file extension. [default: mkv] + - - @@ -38,56 +55,30 @@ twitch-dl download [FLAGS] [OPTIONS] - -
-k, --keep Don't delete downloaded VODs and playlists after merging.--overwrite Overwrite the target file if it already exists without prompting.
-### OPTIONS - - - - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + + + + + +
-w, --max-workersNumber of workers for downloading vods concurrently (default 5)-o, --output TEXTOutput file name template. See docs for details. [default: {date}_{id}_{channel_login}_{title_slug}.{format}]
-s, --startDownload video from this time (hh:mm or hh:mm:ss)-q, --quality TEXTVideo quality, e.g. 720p. Set to source to get best quality.
-e, --endDownload video up to this time (hh:mm or hh:mm:ss)
-f, --formatVideo format to convert into, passed to ffmpeg as the target file extension. Defaults to mkv.
-q, --qualityVideo quality, e.g. 720p. Set to 'source' to get best quality.
-a, --auth-tokenAuthentication token, passed to Twitch to access subscriber only VODs. Can be copied from the 'auth_token' cookie in any browser logged in on Twitch.
-o, --outputOutput file name template. See docs for details.
-r, --rate-limit-r, --rate-limit TEXT Limit the maximum download speed in bytes per second. Use 'k' and 'm' suffixes for kbps and mbps.
-c, --chapterDownload a single chapter of the video. Specify the chapter number or use the flag without a number to display a chapter select prompt.-s, --start TEXTDownload video from this time (hh:mm or hh:mm:ss)
-w, --max-workers INTEGERNumber of workers for downloading vods concurrently [default: 5]
diff --git a/docs/commands/env.md b/docs/commands/env.md index e18ab14..477aa70 100644 --- a/docs/commands/env.md +++ b/docs/commands/env.md @@ -6,7 +6,7 @@ Print environment information for inclusion in bug reports. ### USAGE ``` -twitch-dl env +twitch-dl env [OPTIONS] ``` diff --git a/docs/commands/info.md b/docs/commands/info.md index 0cdfc21..6a235a4 100644 --- a/docs/commands/info.md +++ b/docs/commands/info.md @@ -6,27 +6,16 @@ Print information for a given Twitch URL, video ID or clip slug. ### USAGE ``` -twitch-dl info