tytdlite/README.md

28 lines
678 B
Markdown
Raw Normal View History

2024-07-01 00:50:11 +00:00
TYTDLite
========
2024-07-01 01:08:05 +00:00
[More](https://tesses.net/apps/tytd/lite/)
2024-07-01 00:50:11 +00:00
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)
==========================
2024-07-01 00:59:33 +00:00
[TYTDLite](https://downloads.tesses.net/apps/tytdlite/)
```bash
2024-07-01 00:55:45 +00:00
./TYTDLite.ServerCli --help
```
2024-07-01 00:50:11 +00:00
Download binaries (Mono)
========================
2024-07-01 00:59:33 +00:00
[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
2024-07-01 00:55:45 +00:00
mono TYTDLite.ServerNetFwMono.exe --help
2024-07-01 00:59:33 +00:00
```