Cleanup README examples

This commit is contained in:
ChaoticByte 2025-03-09 20:00:15 +01:00
parent 18171422f7
commit 5825892dfd
No known key found for this signature in database

View file

@ -54,7 +54,7 @@ Continue a download:
./lurch-dl.exe --url https://gronkh.tv/streams/777 --continue ./lurch-dl.exe --url https://gronkh.tv/streams/777 --continue
``` ```
Download a specific chapter (Windows): Download a specific chapter:
``` ```
./lurch-dl.exe --url https://gronkh.tv/streams/777 --chapter 2 ./lurch-dl.exe --url https://gronkh.tv/streams/777 --chapter 2
@ -73,7 +73,7 @@ Specify a start- and stop-timestamp:
./lurch-dl --url https://gronkh.tv/streams/777 --start 5h6m41s --stop 5h6m58s ./lurch-dl --url https://gronkh.tv/streams/777 --start 5h6m41s --stop 5h6m58s
``` ```
List all available formats for a video (Linux): List all available formats for a video:
``` ```
./lurch-dl --url https://gronkh.tv/streams/777 --info ./lurch-dl --url https://gronkh.tv/streams/777 --info
@ -91,7 +91,7 @@ Chapters:
3 9h35m0s Just Chatting 3 9h35m0s Just Chatting
``` ```
Download the video in a specific format (Linux): Download the video in a specific format:
``` ```
./lurch-dl --url https://gronkh.tv/streams/777 --format 720p ./lurch-dl --url https://gronkh.tv/streams/777 --format 720p
@ -101,7 +101,7 @@ Format: 720p
[...] [...]
``` ```
Specify a filename (Windows): Specify a filename:
``` ```
./lurch-dl.exe --url https://gronkh.tv/streams/777 --output Stream777.ts ./lurch-dl.exe --url https://gronkh.tv/streams/777 --output Stream777.ts