Updated API Url

This commit is contained in:
Ajay Ramachandran
2020-01-28 15:39:08 -05:00
committed by GitHub
parent 402be52681
commit 2cfe8964f3

View File

@@ -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.