# twitch-dl clips List or download clips for given CHANNEL_NAME. ### USAGE ``` twitch-dl clips [OPTIONS] CHANNEL_NAME ``` ### OPTIONS
-a, --all | Fetch all clips, overrides --limit |
-c, --compact | Show clips in compact mode, one line per video |
-d, --download | Download clips in given period (in source quality) |
-l, --limit INTEGER | Number of clips to fetch. Defaults to 40 in compact mode, 10 otherwise. |
-p, --pager INTEGER | Number of clips to show per page. Disabled by default. |
-P, --period TEXT | Period from which to return clips Possible values: last_day , last_week , last_month , all_time . [default: all_time ] |
--json | Print data as JSON rather than human readable text |