From 2cfe8964f3810da09e87e26ac0445f748b2599f0 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 28 Jan 2020 15:39:08 -0500 Subject: [PATCH] Updated API Url --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 1769c03..e0accb8 100644 --- a/README.MD +++ b/README.MD @@ -8,7 +8,7 @@ This is the server backend for it This is a simple Sqlite database that will hold all the timing data. -To make sure that this project doesn't die, I have made the database publicly downloadable at https://sponsor.ajay.app/database.db. So, you can download a backup or get archive.org to take a backup if you do desire. +To make sure that this project doesn't die, I have made the database publicly downloadable at https://api.sponsor.ajay.app/database.db. So, you can download a backup or get archive.org to take a backup if you do desire. Hopefully this project can be combined with projects like [this](https://github.com/Sponsoff/sponsorship_remover) and use this data to create a neural network to predict when sponsored segments happen. That project is sadly abandoned now, so I have decided to attempt to revive this idea. @@ -16,7 +16,7 @@ Hopefully this project can be combined with projects like [this](https://github. The client web browser extension is available here: https://github.com/ajayyy/SponsorBlock -# Build At Home +# Build Yourself This is a node.js server, so clone this repo and run `npm install` to install all dependencies.