Compare commits

..

No commits in common. "main" and "v2.1.2" have entirely different histories.
main ... v2.1.2

View file

@ -1,10 +1,9 @@
Definitely not an unofficial commandline downloader for https://gronkh.tv <details><summary>what could it be?</summary>
## Compatibility <br>
This tool is only compatible with recent Linux-based operating systems. Definetly not a commandline downloader for https://gronkh.tv risen from the dead.
To run it on Windows, make use of WSL.
## Features ## Features
@ -14,27 +13,26 @@ To run it on Windows, make use of WSL.
- Continuable Downloads - Continuable Downloads
- Show infos about that Episode - Show infos about that Episode
## Known Issues / Limitations ## Known Issues
- Downloads are **capped to 10 Mbyte/s by default** and buffering is simulated to pre-empt IP blocking due to API rate-limiting - Downloads are capped to 10 Mbyte/s and buffering is simulated to pre-empt IP blocking due to API ratelimiting
- Because of the length of video chunks, **start- and stop-timestamps are inaccurate** (± 8 seconds) - Start- and stop-timestamps are not very accurate (± 8 seconds)
- **Some videoplayers may have problems with the downloaded video file**. To fix this, you can use ffmpeg to rewrite the video into a MKV-File: - Some videoplayers may have problems with the resulting file. To fix this, you can use ffmpeg to rewrite the video into a MKV-File: `ffmpeg -i video.ts -acodec copy -vcodec copy video.mkv`
`ffmpeg -i video.ts -acodec copy -vcodec copy video.mkv`
## Supported Platforms
Only compatible with Linux.
## Download / Installation ## Download / Installation
New versions will appear under [Releases](https://github.com/ChaoticByte/lurch-dl/releases). New versions will appear under [Releases](https://github.com/ChaoticByte/lurch-dl/releases). Just download the application and run it via the terminal/cmd/powershell/...
Just download the application and run it via your favourite terminal emulator.
> Note: **You may have to mark the file as executable before being able to run it.** On Linux, you may have to mark the file as executable before being able to run it.
## Usage
## Cli Usage
Run `lurch-dl --help` to see available options. Run `lurch-dl --help` to see available options.
> Note: This tool runs entirely on the command line.
### Examples ### Examples
Download a video in its best available format: Download a video in its best available format:
@ -107,3 +105,5 @@ Specify a filename:
``` ```
./lurch-dl --url https://gronkh.tv/streams/777 --output Stream777.ts ./lurch-dl --url https://gronkh.tv/streams/777 --output Stream777.ts
``` ```
</details>