Go to file
Mike Nolan 3f42b17a1c Fix DB 2024-04-29 09:09:21 -05:00
data TYTD Throwback is OPEN 2024-03-07 16:46:59 -06:00
.gitignore TYTD Throwback is OPEN 2024-03-07 16:46:59 -06:00
LICENSE.md TYTD Throwback is OPEN 2024-03-07 16:46:59 -06:00
Program.cs TYTD Throwback is OPEN 2024-03-07 17:31:20 -06:00
README.md TYTD Throwback is OPEN 2024-03-07 17:31:20 -06:00
TYTDThrowback.csproj Fix DB 2024-04-29 09:09:21 -05:00

README.md

TYTD Throwback

This app is visible at TYTD Throwback

This is a website for searching/downloading YouTube videos (With Basic TYTD integration, it mimics TYTD Wii 2019)

To Run

    dotnet run

To Edit Config

data/tytd.json

{
    "Downloader": "http(s)://REPLACE_WITH_YOUR_TYTD_URL_BETWEEN_THESE_QUOTES/",
    "AllowAddingTo": true,
    "AllowDownloadingFrom": true,
    "AllowDownloadingInfoFrom": false 
}

Json Properties

| Key | Value | | "Downloader" | The HTTP or HTTPs URL to a TYTD Instance, leave empty to use authors | | "AllowAddingTo" | Allow the users to add videos to the instance, (If either AllowAddingTo or AllowDownloadingFrom is true then people can still add, if they copy instance url) | | "AllowDownloadingFrom" | Allow the users to download from you, (If either AllowAddingTo or AllowDownloadingFrom is true then people can still add, if they copy instance url) | | "AllowDownloadingInfoFrom" | If true this program will fetch info from the instance before fetching video info from YouTube |