Add compact videos display

This commit is contained in:
Ivan Habunek
2022-08-18 10:03:40 +02:00
parent f289c93305
commit 4d19f09065
7 changed files with 34 additions and 3 deletions

View File

@ -33,6 +33,11 @@ twitch-dl videos <channel_name> [FLAGS] [OPTIONS]
<td class="code">-j, --json</td>
<td>Show results as JSON. Ignores <code>--pager</code>.</td>
</tr>
<tr>
<td class="code">-c, --compact</td>
<td>Show videos in compact mode, one line per video</td>
</tr>
</tbody>
</table>