22 lines
640 B
Markdown
22 lines
640 B
Markdown
|
TYTDLite
|
||
|
========
|
||
|
|
||
|
A YouTube Downloader website that archives videos when people download videos using it.
|
||
|
|
||
|
Running from source (.NET 8)
|
||
|
================================
|
||
|
```bash
|
||
|
cd TYTDLite.ServerCli
|
||
|
dotnet run -- --help
|
||
|
```
|
||
|
|
||
|
Download binaries (.NET 8)
|
||
|
==========================
|
||
|
- [TYTDLite](https://downloads.tesses.net/apps/tytdlite/)
|
||
|
- ```bash ./TYTDLite.ServerCli --help```
|
||
|
|
||
|
Download binaries (Mono)
|
||
|
========================
|
||
|
- [TYTDLite](https://downloads.tesses.net/apps/tytdlite/mono)
|
||
|
- [Wii-Linux-NGX-Mono (only Wii or other PowerPC)](https://tesses.net/apps/tytd/2022/wii.php)
|
||
|
- ```bash mono TYTDLite.ServerNetFwMono.exe --help```
|