tytdlite/README.md

26 lines
645 B
Markdown
Raw Normal View History

2024-07-01 00:50:11 +00:00
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/)
2024-07-01 00:55:45 +00:00
- ```bash
./TYTDLite.ServerCli --help
```
2024-07-01 00:50:11 +00:00
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)
2024-07-01 00:55:45 +00:00
- ```bash
mono TYTDLite.ServerNetFwMono.exe --help
````