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.
To run it on Windows, make use of WSL.
Definetly not a commandline downloader for https://gronkh.tv risen from the dead.
## Features
@ -14,27 +13,26 @@ To run it on Windows, make use of WSL.
- Continuable Downloads
- 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
- Because of the length of video chunks, **start- and stop-timestamps are inaccurate** (± 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:
`ffmpeg -i video.ts -acodec copy -vcodec copy video.mkv`
- Downloads are capped to 10 Mbyte/s and buffering is simulated to pre-empt IP blocking due to API ratelimiting
- Start- and stop-timestamps are not very accurate (± 8 seconds)
- 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`
## Supported Platforms
Only compatible with Linux.
## Download / Installation
New versions will appear under [Releases](https://github.com/ChaoticByte/lurch-dl/releases).
Just download the application and run it via your favourite terminal emulator.
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/...
> Note: **You may have to mark the file as executable before being able to run it.**
## Usage
On Linux, you may have to mark the file as executable before being able to run it.
## Cli Usage
Run `lurch-dl --help` to see available options.
> Note: This tool runs entirely on the command line.
### Examples
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
```
</details>