README.md
TYTD 2025
A YouTube downloader writen in CrossLang
To Install
Install crosslang
from source:
cd Tesses.YouTubeDownloader.Server
crosslang install-webapp
mkdir ~/tytd-work # or any directory
cd ~/tytd-work # or any directory (you must run the command in this folder every time you start the server)
crosslang webapp tytd2025 --port=3255
from package manager:
crosslang install-webapp Tesses.YouTubeDownloader.Server
mkdir ~/tytd-work # or any directory
cd ~/tytd-work # or any directory (you must run the command in this folder every time you start the server)
crosslang webapp tytd2025 --port=3255
License is GPLv3-or-later