# 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 |
-d, --download | Download clips in given period (in source quality) |
-l, --limit INTEGER | Number of clips to fetch [max: 100] [default: 10 ] |
-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 |