From 8fa050338a7bf164c18551e54bf7cbc440c93736 Mon Sep 17 00:00:00 2001 From: Raghavan Date: Wed, 14 Feb 2024 14:28:24 +0530 Subject: [PATCH] Fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c861a27..d13d903 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # FansDB Scraper -This is a scraper for [FansDB](https://docs.fansdb.xyz/) +This is a scraper for [FansDB](https://docs.fansdb.cc) v24 Instructions: -- add the index address: `https://feederbox826.github.io/FansDB-SHALookup/develop/index.yml` as a scraper source +- add the index address: `https://feederbox826.github.io/FansDB-SHALookup/main/index.yml` as a scraper source - Install the following python modules with `pip install --user --break-system-packages NAME` - `emojis` - `requests` @@ -17,4 +17,4 @@ v23 Instructions: - `pip install -r requirements.txt` or follow the error messages if something is missing - copy `config.py.example` to `config.py` and edit accordingly - configure the connection to stash (api key only needed if you enabled authentication to access stash, otherwise leave empty) - - adjust the tags used to identify successful or failed scrapes \ No newline at end of file + - adjust the tags used to identify successful or failed scrapes